diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-13 12:20:21 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-13 12:20:21 -0400 |
commit | d93842ffc7943a6abbf320d2543600339691204f (patch) | |
tree | 5400d8753920299b34da79d5c836ebf234403ab6 | |
parent | 303d3c90a780fd5f79b384c415af6d3b2c291d87 (diff) | |
download | ikiwiki-d93842ffc7943a6abbf320d2543600339691204f.tar ikiwiki-d93842ffc7943a6abbf320d2543600339691204f.tar.gz |
improve usage message
-rwxr-xr-x | ikiwiki-calendar.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki-calendar.in b/ikiwiki-calendar.in index 60df99855..037ef7df4 100755 --- a/ikiwiki-calendar.in +++ b/ikiwiki-calendar.in @@ -7,7 +7,7 @@ use IkiWiki::Setup; use Getopt::Long; sub usage () { - die gettext("usage: ikiwiki-calendar [-f] your.setup [pagespec] [year]"), "\n"; + die gettext("usage: ikiwiki-calendar [-f] your.setup [pagespec] [startyear [endyear]]"), "\n"; } my $force=0; |