summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-26 18:33:18 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-26 18:33:18 -0400
commit477654003f3c589fd36584f95c3fcbf4aaac29ae (patch)
treed526826d0f4c8a953682b07143155f2ae978d04d
parent56b9b85e3332fbb920fb74b4dd30574fce6dc469 (diff)
clarify wording
-rw-r--r--IkiWiki/Rcs/git.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Rcs/git.pm b/IkiWiki/Rcs/git.pm
index bcf317002..7f4bd0a08 100644
--- a/IkiWiki/Rcs/git.pm
+++ b/IkiWiki/Rcs/git.pm
@@ -41,7 +41,7 @@ hook(type => "getsetup", id => "git", call => sub { #{{{
gitorigin_branch => {
type => "string",
default => "origin",
- description => "where to pull and push changes (unset to not pull/push)",
+ description => "where to pull and push changes (set to empty string to disable)",
safe => 0, # paranoia
rebuild => 0,
},