diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-11 23:44:50 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-11 23:44:50 -0400 |
commit | 1c6794f46a729eea8c7e7d49fcf7c6a54dae2ba9 (patch) | |
tree | fb7bbb0fa72a15dfc45809b473e3236e832d71c6 /doc | |
parent | 4cce29259353223b1091a83e03748ae4b34b0796 (diff) |
allow spans
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki-calendar.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ikiwiki-calendar.mdwn b/doc/ikiwiki-calendar.mdwn index e2cc612f3..3f5c6a29e 100644 --- a/doc/ikiwiki-calendar.mdwn +++ b/doc/ikiwiki-calendar.mdwn @@ -4,7 +4,7 @@ ikiwiki-calendar - create calendar archive pages # SYNOPSIS -ikiwiki-calendar [-f] your.setup [pagespec] [year] +ikiwiki-calendar [-f] your.setup [pagespec] [startyear [endyear]] # DESCRIPTION @@ -22,8 +22,8 @@ default is all pages. To limit it to only posts in a blog, use something like "posts/* and !*/Discussion". It defaults to creating calendar pages for the current -year, as well as the previous year, and the next year. -If you specify a year, it will create pages for that year. +year. If you specify a year, it will create pages for that year. +Specify a second year to create pages for a span of years. Existing pages will not be overwritten by this command by default. Use the `-f` switch to force it to overwrite any existing pages. |