projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
303d3c9
)
improve usage message
author
Joey Hess
<joey@kitenet.net>
Mon, 13 Jun 2011 16:20:21 +0000
(12:20 -0400)
committer
Joey Hess
<joey@kitenet.net>
Mon, 13 Jun 2011 16:20:21 +0000
(12:20 -0400)
ikiwiki-calendar.in
patch
|
blob
|
history
diff --git
a/ikiwiki-calendar.in
b/ikiwiki-calendar.in
index 60df99855df63a8a248b78616911359035477a1a..037ef7df44ee10acc15cca0965ac42d81a46f84e 100755
(executable)
--- 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;