projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bdc889
)
clarify description of verbose
author
Joey Hess
<joey@gnu.kitenet.net>
Sat, 24 Jan 2009 18:04:59 +0000
(13:04 -0500)
committer
Joey Hess
<joey@gnu.kitenet.net>
Sat, 24 Jan 2009 18:04:59 +0000
(13:04 -0500)
It enables debug prints, so not just during building, but at runtime.
IkiWiki.pm
patch
|
blob
|
history
diff --git
a/IkiWiki.pm
b/IkiWiki.pm
index 4d8415ffd6c67ef47d1e812e65596fd4550f6d0c..66fea4369b1326903f0bce26ed019a288e12788e 100644
(file)
--- a/
IkiWiki.pm
+++ b/
IkiWiki.pm
@@
-174,7
+174,7
@@
sub getsetup () {
verbose => {
type => "boolean",
example => 1,
- description => "display verbose messages
when building
?",
+ description => "display verbose messages?",
safe => 1,
rebuild => 0,
},