summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,
},