diff options
author | Christopher Baines <mail@cbaines.net> | 2015-02-28 19:16:45 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-02-28 19:16:45 +0000 |
commit | 14b51b9912edee3cc1f65ddfda33925ba7ea8e1a (patch) | |
tree | 935896328f3f9ab6e99c2c134760e683a5379a80 /doc | |
parent | 670afb72ffd44c834da9bee2a2c1475823bfee7b (diff) | |
download | ikiwiki-14b51b9912edee3cc1f65ddfda33925ba7ea8e1a.tar ikiwiki-14b51b9912edee3cc1f65ddfda33925ba7ea8e1a.tar.gz |
Fix usage to not incorrectly state that the refresh option is on by default
As far as I can tell, it was off by default since when it was introduced in
ffc0be87d7eca4de4dbc91d740d36b7b40bfa911, and unless I have read the history
wrong, has never been enabled by default.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage.mdwn | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index 427a51f3b..13a901cd3 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -23,8 +23,7 @@ These options control the mode that ikiwiki operates in. * --refresh - Refresh the wiki, updating any changed pages. This is the default - behavior so you don't normally need to specify it. + Refresh the wiki, updating any changed pages. * --rebuild |