1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 14:56:14 +01:00
This commit is contained in:
Andreas Schwab 2019-11-11 22:09:47 +01:00
parent 348787d47b
commit 5dfb80299c

View File

@ -8726,7 +8726,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
@cmdln.option('--delete', action='store_true', default=False,
help='delete the gpg signing key in this project')
@cmdln.option('--notraverse', action='store_true', default=False,
help='don\' traverse projects upwards to find key')
help='don\'t traverse projects upwards to find key')
@cmdln.option('--sslcert', action='store_true', default=False,
help='fetch SSL certificate instead of GPG key')
def do_signkey(self, subcmd, opts, *args):