From: http://jmtd.livejournal.com/ Date: Mon, 31 Oct 2011 15:48:18 +0000 (-0400) Subject: fix argument prefix X-Git-Tag: 3.20111106~10 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/ed83e17de0abd64ffac43b5af354fb16eefa6378?ds=inline;hp=7ae4cb3af2d60dd64ab4d44d41ff275ba26e1376 fix argument prefix --- diff --git a/doc/tips/yaml_setup_files.mdwn b/doc/tips/yaml_setup_files.mdwn index e8ab4f144..56eeb61a1 100644 --- a/doc/tips/yaml_setup_files.mdwn +++ b/doc/tips/yaml_setup_files.mdwn @@ -3,7 +3,7 @@ the new YAML format recently added to ikiwiki. 1. First, make sure you have the [[!cpan YAML]] perl module installed. (Run: `apt-get install libyaml-perl`) -2. Run: `ikiwiki -setup my.setup -dumpsetup my.setup --set setuptype=Yaml` +2. Run: `ikiwiki --setup my.setup --dumpsetup my.setup --set setuptype=Yaml` The format of the YAML setup file should be fairly self-explanatory.