]> sipb.mit.edu Git - ikiwiki.git/commitdiff
clarify wording
authorJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Jul 2008 22:33:18 +0000 (18:33 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Sat, 26 Jul 2008 22:33:18 +0000 (18:33 -0400)
IkiWiki/Rcs/git.pm

index bcf3170020fb707c4b8f34245b7ee1421807e152..7f4bd0a082aa64861a253b6dcd1196b99031987a 100644 (file)
@@ -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,
                },