diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-26 02:30:44 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-26 02:30:44 +0000 |
commit | 90923561734f17ad777237bed5e7b40e682344eb (patch) | |
tree | 8d1ef394472f0e36f167dc5683c6d368b2cb61d2 /doc/usage.mdwn | |
parent | 3903c2ce3a72d1fcd941f0e24a6780eaf15aa33a (diff) | |
download | ikiwiki-90923561734f17ad777237bed5e7b40e682344eb.tar ikiwiki-90923561734f17ad777237bed5e7b40e682344eb.tar.gz |
added --getctime
Diffstat (limited to 'doc/usage.mdwn')
-rw-r--r-- | doc/usage.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index f36886d75..aa4978773 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -30,6 +30,13 @@ flags such as --verbose can be negated with --no-verbose. Force a rebuild of all pages. +* --fixctime + + Pull last changed time for all pages out of the revision control system. + This rarely used option provides a way to get the real creation times of + items in weblogs, for example when building a wiki from a new subversion + checkout. It is unoptimised and quite slow. + * --templatedir Specify the directory that the page [[templates]] are stored in. |