clarify wording

master
Joey Hess 2008-07-26 18:33:18 -04:00
parent 56b9b85e33
commit 477654003f
1 changed files with 1 additions and 1 deletions

View 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,
},