Fossil SCM
improved help text for the help --full option
Commit
cf36fbb98f33361d3943f48b6cc4230ac070069c6a064ae0500bc669d27f78a1
Parent
93fd6d3395a31c7…
1 file changed
+3
-1
+3
-1
| --- src/dispatch.c | ||
| +++ src/dispatch.c | ||
| @@ -1025,11 +1025,13 @@ | ||
| 1025 | 1025 | ** -o|--options List command-line options common to all commands |
| 1026 | 1026 | ** -s|--setting List setting names |
| 1027 | 1027 | ** -t|--test List unsupported "test" commands |
| 1028 | 1028 | ** -x|--aux List only auxiliary commands |
| 1029 | 1029 | ** -w|--www List all web pages |
| 1030 | -** -f|--full List full help text | |
| 1030 | +** -f|--full List full set of commands (including auxiliary | |
| 1031 | +** and unsupported "test" commands), options, | |
| 1032 | +** settings, and web pages | |
| 1031 | 1033 | ** |
| 1032 | 1034 | ** These options can be used when TOPIC is present: |
| 1033 | 1035 | ** |
| 1034 | 1036 | ** -h|--html Format output as HTML rather than plain text |
| 1035 | 1037 | ** -c|--commands Restrict TOPIC search to commands |
| 1036 | 1038 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -1025,11 +1025,13 @@ | |
| 1025 | ** -o|--options List command-line options common to all commands |
| 1026 | ** -s|--setting List setting names |
| 1027 | ** -t|--test List unsupported "test" commands |
| 1028 | ** -x|--aux List only auxiliary commands |
| 1029 | ** -w|--www List all web pages |
| 1030 | ** -f|--full List full help text |
| 1031 | ** |
| 1032 | ** These options can be used when TOPIC is present: |
| 1033 | ** |
| 1034 | ** -h|--html Format output as HTML rather than plain text |
| 1035 | ** -c|--commands Restrict TOPIC search to commands |
| 1036 |
| --- src/dispatch.c | |
| +++ src/dispatch.c | |
| @@ -1025,11 +1025,13 @@ | |
| 1025 | ** -o|--options List command-line options common to all commands |
| 1026 | ** -s|--setting List setting names |
| 1027 | ** -t|--test List unsupported "test" commands |
| 1028 | ** -x|--aux List only auxiliary commands |
| 1029 | ** -w|--www List all web pages |
| 1030 | ** -f|--full List full set of commands (including auxiliary |
| 1031 | ** and unsupported "test" commands), options, |
| 1032 | ** settings, and web pages |
| 1033 | ** |
| 1034 | ** These options can be used when TOPIC is present: |
| 1035 | ** |
| 1036 | ** -h|--html Format output as HTML rather than plain text |
| 1037 | ** -c|--commands Restrict TOPIC search to commands |
| 1038 |