Fossil SCM
Document the "--chdir" global option. (on "fossil help -o")
Commit
4bb209045483671e39075ffad7b2082c1edbdd4994020d74f8dc2daa9e59d503
Parent
0505bc82897e2a7…
1 file changed
+1
+1
| --- src/dispatch.c | ||
| +++ src/dispatch.c | ||
| @@ -1009,10 +1009,11 @@ | ||
| 1009 | 1009 | static const char zOptions[] = |
| 1010 | 1010 | @ Command-line options common to all commands: |
| 1011 | 1011 | @ |
| 1012 | 1012 | @ --args FILENAME Read additional arguments and options from FILENAME |
| 1013 | 1013 | @ --cgitrace Active CGI tracing |
| 1014 | +@ --chdir PATH Change to PATH before to perform any operations | |
| 1014 | 1015 | @ --comfmtflags VALUE Set comment formatting flags to VALUE |
| 1015 | 1016 | @ --comment-format VALUE Alias for --comfmtflags |
| 1016 | 1017 | @ --errorlog FILENAME Log errors to FILENAME |
| 1017 | 1018 | @ --help Show help on the command rather than running it |
| 1018 | 1019 | @ --httptrace Trace outbound HTTP requests |
| 1019 | 1020 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -1009,10 +1009,11 @@ | |
| 1009 | static const char zOptions[] = |
| 1010 | @ Command-line options common to all commands: |
| 1011 | @ |
| 1012 | @ --args FILENAME Read additional arguments and options from FILENAME |
| 1013 | @ --cgitrace Active CGI tracing |
| 1014 | @ --comfmtflags VALUE Set comment formatting flags to VALUE |
| 1015 | @ --comment-format VALUE Alias for --comfmtflags |
| 1016 | @ --errorlog FILENAME Log errors to FILENAME |
| 1017 | @ --help Show help on the command rather than running it |
| 1018 | @ --httptrace Trace outbound HTTP requests |
| 1019 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -1009,10 +1009,11 @@ | |
| 1009 | static const char zOptions[] = |
| 1010 | @ Command-line options common to all commands: |
| 1011 | @ |
| 1012 | @ --args FILENAME Read additional arguments and options from FILENAME |
| 1013 | @ --cgitrace Active CGI tracing |
| 1014 | @ --chdir PATH Change to PATH before to perform any operations |
| 1015 | @ --comfmtflags VALUE Set comment formatting flags to VALUE |
| 1016 | @ --comment-format VALUE Alias for --comfmtflags |
| 1017 | @ --errorlog FILENAME Log errors to FILENAME |
| 1018 | @ --help Show help on the command rather than running it |
| 1019 | @ --httptrace Trace outbound HTTP requests |
| 1020 |