From cdde59f43607e5319f080489d6e940ec159cfcfc Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Sun, 13 May 2012 14:06:09 -0700 Subject: [PATCH] Typo fix --- backportpackage | 1 + 1 file changed, 1 insertion(+) diff --git a/backportpackage b/backportpackage index e80025e..5a00098 100755 --- a/backportpackage +++ b/backportpackage @@ -87,6 +87,7 @@ def parse(args): metavar='UPLOAD', help='Specify an upload destination') parser.add_option("-k", "--key", + dest='keyid', help="Specify the key ID to be used for signing.") parser.add_option('--dont-sign', dest='key', action='store_false',