diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-08 17:07:12 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-08 17:07:12 -0400 |
commit | 1edad6dca70175fd44b4f2e4e3bd8b3b16bbc055 (patch) | |
tree | d9f7ceb9ae7607624a102be230157b6b0ad0bcf4 /doc | |
parent | 1bf100cfdebee69fc53d2cdf77d626b9fe8be987 (diff) | |
download | ikiwiki-1edad6dca70175fd44b4f2e4e3bd8b3b16bbc055.tar ikiwiki-1edad6dca70175fd44b4f2e4e3bd8b3b16bbc055.tar.gz |
fix doc, prefix directives have been default for a while
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index e411b127a..55ff17e94 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -293,7 +293,7 @@ also be configured using a setup file. * --prefix-directives, --no-prefix-directives Toggle new '!'-prefixed syntax for preprocessor directives. ikiwiki currently - defaults to --no-prefix-directives. + defaults to --prefix-directives. * --w3mmode, --no-w3mmode |