Overview
SHA1 Hash: | 92df4748bdba334c559ce5dc91d650b4dcca2a0a |
---|---|
Date: | 2008-05-23 21:41:07 |
User: | stephan |
Comment: | corrected wiki command short help |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/wiki.c from [a15e177b1a] to [09891f13ef].
@@ -661,11 +661,11 @@ } /* ** 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? ** @@ -810,7 +810,7 @@ goto wiki_cmd_usage; } return; wiki_cmd_usage: - usage("export|commit|list ..."); + usage("export|create|commit|list ..."); }