From e74c9cf416b50d4a1c286af187a47e3296c91308 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 4 Jan 2010 11:55:54 -0800 Subject: Update the help output on verrel to match reality --- src/fedpkg.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/fedpkg.py b/src/fedpkg.py index b84b81d..c6b5115 100755 --- a/src/fedpkg.py +++ b/src/fedpkg.py @@ -301,7 +301,8 @@ if __name__ == '__main__': # Get version and release parser_verrel = subparsers.add_parser('verrel', - help = 'Print the version-release') + help = 'Print the' + ' name-version-release') parser_verrel.set_defaults(command = verrel) # Parse the args and run the necessary command -- cgit