Fossil SCM
Restore lost 's' from command-line option so documentation matches code.
Commit
3eaaa56583605cbe66eed8af9b526f3446e8e1a37eeb5113ba01fb18a53d55e0
Parent
99f650af0d26c23…
1 file changed
+1
-1
+1
-1
| --- src/dispatch.c | ||
| +++ src/dispatch.c | ||
| @@ -1008,11 +1008,11 @@ | ||
| 1008 | 1008 | ** -w|--www List all web pages |
| 1009 | 1009 | ** |
| 1010 | 1010 | ** These options can be used when TOPIC is present: |
| 1011 | 1011 | ** |
| 1012 | 1012 | ** -h|--html Format output as HTML rather than plain text |
| 1013 | -** -c|--command Restrict TOPIC search to commands | |
| 1013 | +** -c|--commands Restrict TOPIC search to commands | |
| 1014 | 1014 | */ |
| 1015 | 1015 | void help_cmd(void){ |
| 1016 | 1016 | int rc; |
| 1017 | 1017 | int mask = CMDFLAG_ANY; |
| 1018 | 1018 | int isPage = 0; |
| 1019 | 1019 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -1008,11 +1008,11 @@ | |
| 1008 | ** -w|--www List all web pages |
| 1009 | ** |
| 1010 | ** These options can be used when TOPIC is present: |
| 1011 | ** |
| 1012 | ** -h|--html Format output as HTML rather than plain text |
| 1013 | ** -c|--command Restrict TOPIC search to commands |
| 1014 | */ |
| 1015 | void help_cmd(void){ |
| 1016 | int rc; |
| 1017 | int mask = CMDFLAG_ANY; |
| 1018 | int isPage = 0; |
| 1019 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -1008,11 +1008,11 @@ | |
| 1008 | ** -w|--www List all web pages |
| 1009 | ** |
| 1010 | ** These options can be used when TOPIC is present: |
| 1011 | ** |
| 1012 | ** -h|--html Format output as HTML rather than plain text |
| 1013 | ** -c|--commands Restrict TOPIC search to commands |
| 1014 | */ |
| 1015 | void help_cmd(void){ |
| 1016 | int rc; |
| 1017 | int mask = CMDFLAG_ANY; |
| 1018 | int isPage = 0; |
| 1019 |