diff options
author | Simon McVittie <smcv@debian.org> | 2015-03-01 16:14:32 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2015-03-01 16:15:01 +0000 |
commit | a1fda0b516cc4e85b7304838949df8fbe0044cf3 (patch) | |
tree | cc1a5cade5f89ad2386cd39e8f1e319875c61b8f /auto-blog.setup | |
parent | 0700b26b58bac8670b21afb502540c61deac3065 (diff) | |
download | ikiwiki-a1fda0b516cc4e85b7304838949df8fbe0044cf3.tar ikiwiki-a1fda0b516cc4e85b7304838949df8fbe0044cf3.tar.gz |
Standardize on --long-option instead of -long-option
[[forum/refresh_and_setup]] indicates some confusion between --setup
and -setup. Both work, but it's clearer if we stick to one in
documentation and code.
A 2012 commit to [[plugins/theme]] claims that "-setup" is required
and "--setup" won't work, but I cannot find any evidence in ikiwiki's
source code that this has ever been the case.
Diffstat (limited to 'auto-blog.setup')
-rw-r--r-- | auto-blog.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto-blog.setup b/auto-blog.setup index 5617daf9e..8bc00217c 100644 --- a/auto-blog.setup +++ b/auto-blog.setup @@ -5,7 +5,7 @@ # check it into revision control, generate a setup file for the new # wiki, and set everything up. # -# Just run: ikiwiki -setup /etc/ikiwiki/auto-blog.setup +# Just run: ikiwiki --setup /etc/ikiwiki/auto-blog.setup # # By default, it asks a few questions, and confines itself to the user's home # directory. You can edit it to change what it asks questions about, or to |