From 3324262aa9f763f4716e602658f4ff59588cdf8a Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 5 Feb 2011 01:10:54 +0100 Subject: Add help text for global --user option --- src/fedpkg.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/fedpkg.py') diff --git a/src/fedpkg.py b/src/fedpkg.py index 1a59986..4e7344b 100755 --- a/src/fedpkg.py +++ b/src/fedpkg.py @@ -861,7 +861,8 @@ def parse_cmdline(generate_manpage = False): parser.add_argument('--dist', default=None, help='Override the distribution, eg f15 or el6') # Let somebody override the username found in fedora cert - parser.add_argument('-u', '--user') + parser.add_argument('-u', '--user', + help = "Override the username found in the fedora cert") # Let the user define which path to look at instead of pwd parser.add_argument('--path', default = os.getcwd(), help='Directory to interact with instead of current dir') -- cgit