Fossil SCM
Correct typo in help's help
Commit
0d8c3c2bef82eb086771973e1414d87865bdfb84226720f5a3ad73eff50d4d83
Parent
281780016401769…
1 file changed
+1
-1
+1
-1
| --- src/dispatch.c | ||
| +++ src/dispatch.c | ||
| @@ -177,11 +177,11 @@ | ||
| 177 | 177 | ** |
| 178 | 178 | ** Options: |
| 179 | 179 | ** -e|--everything Show all commands and pages. |
| 180 | 180 | ** -t|--test Include test- commands |
| 181 | 181 | ** -w|--www Show WWW pages. |
| 182 | -** -w|--settings Show settings. | |
| 182 | +** -s|--settings Show settings. | |
| 183 | 183 | ** -h|--html Transform output to HTML. |
| 184 | 184 | */ |
| 185 | 185 | void test_all_help_cmd(void){ |
| 186 | 186 | int i; |
| 187 | 187 | int mask = CMDFLAG_1ST_TIER | CMDFLAG_2ND_TIER; |
| 188 | 188 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -177,11 +177,11 @@ | |
| 177 | ** |
| 178 | ** Options: |
| 179 | ** -e|--everything Show all commands and pages. |
| 180 | ** -t|--test Include test- commands |
| 181 | ** -w|--www Show WWW pages. |
| 182 | ** -w|--settings Show settings. |
| 183 | ** -h|--html Transform output to HTML. |
| 184 | */ |
| 185 | void test_all_help_cmd(void){ |
| 186 | int i; |
| 187 | int mask = CMDFLAG_1ST_TIER | CMDFLAG_2ND_TIER; |
| 188 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -177,11 +177,11 @@ | |
| 177 | ** |
| 178 | ** Options: |
| 179 | ** -e|--everything Show all commands and pages. |
| 180 | ** -t|--test Include test- commands |
| 181 | ** -w|--www Show WWW pages. |
| 182 | ** -s|--settings Show settings. |
| 183 | ** -h|--html Transform output to HTML. |
| 184 | */ |
| 185 | void test_all_help_cmd(void){ |
| 186 | int i; |
| 187 | int mask = CMDFLAG_1ST_TIER | CMDFLAG_2ND_TIER; |
| 188 |