diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 18:33:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 18:33:18 -0400 |
commit | 477654003f3c589fd36584f95c3fcbf4aaac29ae (patch) | |
tree | d526826d0f4c8a953682b07143155f2ae978d04d | |
parent | 56b9b85e3332fbb920fb74b4dd30574fce6dc469 (diff) |
clarify wording
-rw-r--r-- | IkiWiki/Rcs/git.pm | 2 |
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, }, |