aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/yaml_setup_files.mdwn
diff options
context:
space:
mode:
authorhttp://jmtd.livejournal.com/ <http://jmtd.livejournal.com/@web>2011-10-31 11:48:18 -0400
committeradmin <admin@branchable.com>2011-10-31 11:48:18 -0400
commited83e17de0abd64ffac43b5af354fb16eefa6378 (patch)
tree32c63caaff5d8bdce68e2992fb109c3dd036edf4 /doc/tips/yaml_setup_files.mdwn
parent7ae4cb3af2d60dd64ab4d44d41ff275ba26e1376 (diff)
downloadikiwiki-ed83e17de0abd64ffac43b5af354fb16eefa6378.tar
ikiwiki-ed83e17de0abd64ffac43b5af354fb16eefa6378.tar.gz
fix argument prefix
Diffstat (limited to 'doc/tips/yaml_setup_files.mdwn')
-rw-r--r--doc/tips/yaml_setup_files.mdwn2
1 files changed, 1 insertions, 1 deletions
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.