Fossil SCM

Update and tweak help text.

mistachkin 2015-07-04 06:01 trunk
Commit 2c741dec46059a1ebf16fad4dd166e329e8ffb9f
1 file changed +3 -3
+3 -3
--- src/allrepo.c
+++ src/allrepo.c
@@ -88,12 +88,12 @@
8888
** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%.
8989
**
9090
** Available operations are:
9191
**
9292
** 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.
9595
**
9696
** changes Shows all local checkouts that have uncommitted changes.
9797
** This operation has no additional options.
9898
**
9999
** clean Delete all "extra" files in all local checkouts. Extreme
@@ -337,11 +337,11 @@
337337
zCmd = "cache -R";
338338
showLabel = 1;
339339
collect_argv(&extra, 3);
340340
}else{
341341
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 "
343343
"info list ls pull push rebuild setting sync unset");
344344
}
345345
verify_all_options();
346346
zFossil = quoteFilename(g.nameOfExe);
347347
db_multi_exec("CREATE TEMP TABLE repolist(name,tag);");
348348
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button