From 1ef4449e805bde74e8668d03035fc19a0ec4d2bc Mon Sep 17 00:00:00 2001 From: "Bernhard M. Wiedemann" Date: Tue, 5 Jul 2016 17:11:48 +0200 Subject: [PATCH] mention "key" in no-verify help text to make it easier to find with man osc | grep key --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 1ae73ba0..371590f9 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -5787,7 +5787,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. @cmdln.option('--nochecks', '--no-checks', action='store_true', help='Do not run build checks on the resulting packages.') @cmdln.option('--no-verify', '--noverify', action='store_true', - help='Skip signature verification of packages used for build. (Global config in .oscrc: no_verify)') + help='Skip signature verification (via pgp keys) of packages used for build. (Global config in .oscrc: no_verify)') @cmdln.option('--noservice', '--no-service', action='store_true', help='Skip run of local source services as specified in _service file.') @cmdln.option('-p', '--prefer-pkgs', metavar='DIR', action='append',