1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-05 07:03:38 +02:00

Merge pull request #690 from andreas-schwab/master

Doc fix
This commit is contained in:
2019-12-03 17:30:24 +01:00
committed by GitHub

View File

@@ -8729,7 +8729,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):