Update flag description/include it everywhere. #122

This commit is contained in:
Andrey Smirnov
2014-10-10 17:50:08 +04:00
parent 27ea769ad3
commit a85aa11ecd
4 changed files with 4 additions and 2 deletions

View File

@@ -133,10 +133,10 @@ Example:
cmd.Flag.String("secret-keyring", "", "GPG secret keyring to use (instead of default)")
cmd.Flag.String("passphrase", "", "GPG passhprase for the key (warning: could be insecure)")
cmd.Flag.String("passphrase-file", "", "GPG passhprase-file for the key (warning: could be insecure)")
cmd.Flag.Bool("batch", false, "run GPG with detached tty")
cmd.Flag.Bool("skip-signing", false, "don't sign Release files with GPG")
cmd.Flag.String("component", "", "component names to update (for multi-component publishing, separate components with commas)")
cmd.Flag.Bool("force-overwrite", false, "overwrite files in package pool in case of mismatch")
cmd.Flag.Bool("batch", false, "run gpg with a detached tty")
return cmd
}