From 82add8761a544d02da9a0ed3889467870016d371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 16 Oct 2009 14:16:25 +0000 Subject: [PATCH] fix typo --- osc/commandline.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index e4f7885d..7b9b737c 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -3743,6 +3743,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. print 'fix the conflicts (files marked with \'C\' above),' print 'run \'osc resolved ...\', and commit the changes.' + @cmdln.option('--create', action='store_true', default=False, help='create new gpg signing key for this project') @cmdln.option('--delete', action='store_true', default=False, @@ -3750,7 +3751,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. def do_signkey(self, subcmd, opts, *args): """${cmd_name}: Manage Project Signing Key - osc key [--create] + osc signkey [--create] This command is for managing gpg keys. It shows the public key by default. There is no way to download or upload the private