diff options
author | https://launchpad.net/~kralph <kralph@web> | 2011-01-27 16:21:06 +0000 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-27 16:21:06 +0000 |
commit | 531f2dbaa734fc1baec17d0bf10d583da70fc376 (patch) | |
tree | 5d944bf4204f737e67f5f46ded17a5b5490cfd0a | |
parent | 3d5fb6d44f1190c8326e585cf320b7c117af3898 (diff) |
use double dash options like in the manual page
-rw-r--r-- | doc/setup.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/setup.mdwn b/doc/setup.mdwn index 0350aead3..4c61700ed 100644 --- a/doc/setup.mdwn +++ b/doc/setup.mdwn @@ -107,7 +107,7 @@ After making changes to this file, you need to tell ikiwiki to use it: Alternatively, you can ask ikiwiki to change settings in the file for you: - % ikiwiki --changesetup foo.setup -plugin goodstuff + % ikiwiki --changesetup foo.setup --plugin goodstuff See [[usage]] for more options. |