diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-12-11 13:27:31 +0100 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-12-11 13:27:31 +0100 |
commit | cf11dbf0d432e1c51ec99813ee8dea4ddcca9def (patch) | |
tree | 334889586b513231cb79212c20323af9105f18cd /git-import-dsc | |
parent | ff7797932f04a625d92d7e63e9af5bfbe1076a9d (diff) | |
download | git-buildpackage-cf11dbf0d432e1c51ec99813ee8dea4ddcca9def.tar.gz git-buildpackage-cf11dbf0d432e1c51ec99813ee8dea4ddcca9def.tar.bz2 git-buildpackage-cf11dbf0d432e1c51ec99813ee8dea4ddcca9def.zip |
s/keyid/GPG keyid/
Diffstat (limited to 'git-import-dsc')
-rwxr-xr-x | git-import-dsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-import-dsc b/git-import-dsc index 0797fc56..8c11a64b 100755 --- a/git-import-dsc +++ b/git-import-dsc @@ -125,7 +125,7 @@ def main(argv): parser.add_config_file_option(option_name="sign-tags", dest="sign_tags", help="sign git tags", action="store_true") parser.add_config_file_option(option_name="keyid", dest="keyid", - help="keyid to sign tags with") + help="GPG keyid to sign tags with") (options, args) = parser.parse_args(argv[1:]) if options.verbose: |