Diff
Not logged in

Differences From:

File src/wiki.c part of check-in [7adbf773c2] - added optional FILE arg to wiki export by stephan on 2008-05-16 03:18:23. [view]

To:

File src/wiki.c part of check-in [92df4748bd] - corrected wiki command short help by stephan on 2008-05-23 21:41:07. [view]

@@ -662,9 +662,9 @@
 
 /*
 ** COMMAND: wiki
 **
-** Usage: %fossil wiki (export|commit|list) WikiName
+** Usage: %fossil wiki (export|create|commit|list) WikiName
 **
 ** Run various subcommands to fetch wiki entries.
 **
 **     %fossil wiki export PAGENAME ?FILE?
@@ -811,6 +811,6 @@
   }
   return;
 
 wiki_cmd_usage:
-  usage("export|commit|list ...");
+  usage("export|create|commit|list ...");
 }