X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/9fb3409613d32e447ababb99bc963867b80340e9..56f8223f9594ae687099dada0c138d669a6f931f:/doc/tips/yaml_setup_files.mdwn?ds=sidebyside

diff --git a/doc/tips/yaml_setup_files.mdwn b/doc/tips/yaml_setup_files.mdwn
index 4ae0de4aa..56eeb61a1 100644
--- a/doc/tips/yaml_setup_files.mdwn
+++ b/doc/tips/yaml_setup_files.mdwn
@@ -3,8 +3,10 @@ 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.
 
+(To convert the other way, use "setuptype=Standard" instead.)
+
 --[[Joey]]