Fossil SCM
Update and tweak help text.
Commit
2c741dec46059a1ebf16fad4dd166e329e8ffb9f
Parent
2f0533fe4af6141…
1 file changed
+3
-3
+3
-3
| --- src/allrepo.c | ||
| +++ src/allrepo.c | ||
| @@ -88,12 +88,12 @@ | ||
| 88 | 88 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 89 | 89 | ** |
| 90 | 90 | ** Available operations are: |
| 91 | 91 | ** |
| 92 | 92 | ** cache Mangages the cache used for potentially expensive web |
| 93 | -** pages. Any additional arguments are passed on | |
| 94 | -** verbatim to the cache command. | |
| 93 | +** pages. Any additional arguments are passed on verbatim | |
| 94 | +** to the cache command. | |
| 95 | 95 | ** |
| 96 | 96 | ** changes Shows all local checkouts that have uncommitted changes. |
| 97 | 97 | ** This operation has no additional options. |
| 98 | 98 | ** |
| 99 | 99 | ** clean Delete all "extra" files in all local checkouts. Extreme |
| @@ -337,11 +337,11 @@ | ||
| 337 | 337 | zCmd = "cache -R"; |
| 338 | 338 | showLabel = 1; |
| 339 | 339 | collect_argv(&extra, 3); |
| 340 | 340 | }else{ |
| 341 | 341 | fossil_fatal("\"all\" subcommand should be one of: " |
| 342 | - "add changes clean dbstat extras fts-config ignore " | |
| 342 | + "add cache changes clean dbstat extras fts-config ignore " | |
| 343 | 343 | "info list ls pull push rebuild setting sync unset"); |
| 344 | 344 | } |
| 345 | 345 | verify_all_options(); |
| 346 | 346 | zFossil = quoteFilename(g.nameOfExe); |
| 347 | 347 | db_multi_exec("CREATE TEMP TABLE repolist(name,tag);"); |
| 348 | 348 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -88,12 +88,12 @@ | |
| 88 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 89 | ** |
| 90 | ** Available operations are: |
| 91 | ** |
| 92 | ** cache Mangages the cache used for potentially expensive web |
| 93 | ** pages. Any additional arguments are passed on |
| 94 | ** verbatim to the cache command. |
| 95 | ** |
| 96 | ** changes Shows all local checkouts that have uncommitted changes. |
| 97 | ** This operation has no additional options. |
| 98 | ** |
| 99 | ** clean Delete all "extra" files in all local checkouts. Extreme |
| @@ -337,11 +337,11 @@ | |
| 337 | zCmd = "cache -R"; |
| 338 | showLabel = 1; |
| 339 | collect_argv(&extra, 3); |
| 340 | }else{ |
| 341 | fossil_fatal("\"all\" subcommand should be one of: " |
| 342 | "add changes clean dbstat extras fts-config ignore " |
| 343 | "info list ls pull push rebuild setting sync unset"); |
| 344 | } |
| 345 | verify_all_options(); |
| 346 | zFossil = quoteFilename(g.nameOfExe); |
| 347 | db_multi_exec("CREATE TEMP TABLE repolist(name,tag);"); |
| 348 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -88,12 +88,12 @@ | |
| 88 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 89 | ** |
| 90 | ** Available operations are: |
| 91 | ** |
| 92 | ** cache Mangages the cache used for potentially expensive web |
| 93 | ** pages. Any additional arguments are passed on verbatim |
| 94 | ** to the cache command. |
| 95 | ** |
| 96 | ** changes Shows all local checkouts that have uncommitted changes. |
| 97 | ** This operation has no additional options. |
| 98 | ** |
| 99 | ** clean Delete all "extra" files in all local checkouts. Extreme |
| @@ -337,11 +337,11 @@ | |
| 337 | zCmd = "cache -R"; |
| 338 | showLabel = 1; |
| 339 | collect_argv(&extra, 3); |
| 340 | }else{ |
| 341 | fossil_fatal("\"all\" subcommand should be one of: " |
| 342 | "add cache changes clean dbstat extras fts-config ignore " |
| 343 | "info list ls pull push rebuild setting sync unset"); |
| 344 | } |
| 345 | verify_all_options(); |
| 346 | zFossil = quoteFilename(g.nameOfExe); |
| 347 | db_multi_exec("CREATE TEMP TABLE repolist(name,tag);"); |
| 348 |