Fossil SCM
Fix typo in the output of "fossil help -o".
Commit
5b4a729b71a0c365979a71a9c3e6fe2f76088c961d214ba12593948f8ef98bc8
Parent
46ec28aca9d584a…
1 file changed
+1
-1
+1
-1
| --- src/dispatch.c | ||
| +++ src/dispatch.c | ||
| @@ -1017,11 +1017,11 @@ | ||
| 1017 | 1017 | @ --comment-format VALUE Alias for --comfmtflags |
| 1018 | 1018 | @ --errorlog FILENAME Log errors to FILENAME |
| 1019 | 1019 | @ --help Show help on the command rather than running it |
| 1020 | 1020 | @ --httptrace Trace outbound HTTP requests |
| 1021 | 1021 | @ --localtime Display times using the local timezone |
| 1022 | -@ --nocgi Do not act as GCI | |
| 1022 | +@ --nocgi Do not act as CGI | |
| 1023 | 1023 | @ --no-th-hook Do not run TH1 hooks |
| 1024 | 1024 | @ --quiet Reduce the amount of output |
| 1025 | 1025 | @ --sqlstats Show SQL usage statistics when done |
| 1026 | 1026 | @ --sqltrace Trace all SQL commands |
| 1027 | 1027 | @ --sshtrace Trace SSH activity |
| 1028 | 1028 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -1017,11 +1017,11 @@ | |
| 1017 | @ --comment-format VALUE Alias for --comfmtflags |
| 1018 | @ --errorlog FILENAME Log errors to FILENAME |
| 1019 | @ --help Show help on the command rather than running it |
| 1020 | @ --httptrace Trace outbound HTTP requests |
| 1021 | @ --localtime Display times using the local timezone |
| 1022 | @ --nocgi Do not act as GCI |
| 1023 | @ --no-th-hook Do not run TH1 hooks |
| 1024 | @ --quiet Reduce the amount of output |
| 1025 | @ --sqlstats Show SQL usage statistics when done |
| 1026 | @ --sqltrace Trace all SQL commands |
| 1027 | @ --sshtrace Trace SSH activity |
| 1028 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -1017,11 +1017,11 @@ | |
| 1017 | @ --comment-format VALUE Alias for --comfmtflags |
| 1018 | @ --errorlog FILENAME Log errors to FILENAME |
| 1019 | @ --help Show help on the command rather than running it |
| 1020 | @ --httptrace Trace outbound HTTP requests |
| 1021 | @ --localtime Display times using the local timezone |
| 1022 | @ --nocgi Do not act as CGI |
| 1023 | @ --no-th-hook Do not run TH1 hooks |
| 1024 | @ --quiet Reduce the amount of output |
| 1025 | @ --sqlstats Show SQL usage statistics when done |
| 1026 | @ --sqltrace Trace all SQL commands |
| 1027 | @ --sshtrace Trace SSH activity |
| 1028 |