From 3826a489fd25845b7841f20e532c95d0407ff09d Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Jan 02 2020 22:16:53 +0000 Subject: koji-search-containers: expand help text for --profile Expand the help text for the --profile argument. This makes the tool easier for new Koji users. --- diff --git a/src/bin/koji-search-containers b/src/bin/koji-search-containers index f10c4d3..f6e0773 100755 --- a/src/bin/koji-search-containers +++ b/src/bin/koji-search-containers @@ -122,7 +122,9 @@ def contains_rpms(data, rpms): def parse_args(): parser = argparse.ArgumentParser(description=DESCRIPTION) parser.add_argument('--profile', - help='Koji profile', + help='Koji profile. Your Koji client profile' + ' definitions are stored in' + ' /etc/koji.conf.d/*.conf.', required=True) parser.add_argument('--nvr', help='RPM build NVR to search',