Differences From:
File
src/allrepo.c
part of check-in
[bcb9c072c5]
- Fix the "help" text for the "all" command.
by
drh on
2008-11-09 16:15:15.
[view]
To:
File
src/allrepo.c
part of check-in
[4f0f992245]
- Add missing 'rebuild' subcommand suggestion for command 'fossil all' subcommands.
by
bharder on
2009-01-29 02:57:37.
[view]
@@ -104,9 +104,9 @@
}else if( strncmp(zCmd, "sync", n)==0 ){
zCmd = "sync -autourl -R";
}else{
fossil_fatal("\"all\" subcommand should be one of: "
- "list push pull sync");
+ "list push pull rebuild sync");
}
zFossil = quoteFilename(g.argv[0]);
nMissing = 0;
db_prepare(&q, "SELECT substr(name, 6) FROM global_config"