1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-27 18:26:15 +01:00

Merge pull request #690 from andreas-schwab/master

Doc fix
This commit is contained in:
Adrian Schröter 2019-12-03 17:30:24 +01:00 committed by GitHub
commit 19168f4bb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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):