From 322f503cf5a6af5402c1c55411810a40b4f73cf3 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sat, 28 Oct 2017 23:55:06 +0200 Subject: cli: Add missing help to verify option --- gemato/cli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gemato/cli.py b/gemato/cli.py index 806e895..737814c 100644 --- a/gemato/cli.py +++ b/gemato/cli.py @@ -85,7 +85,8 @@ def main(argv): description='Gentoo Manifest Tool') subp = argp.add_subparsers() - verify = subp.add_parser('verify') + verify = subp.add_parser('verify', + help='Verify one or more directories against Manifests') verify.add_argument('paths', nargs='*', default=['.'], help='Paths to verify (defaults to "." if none specified)') verify.add_argument('-k', '--keep-going', action='store_true', -- cgit v1.2.3