summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-01-04 11:55:54 -0800
committerJesse Keating <jkeating@redhat.com>2010-01-04 11:55:54 -0800
commite74c9cf416b50d4a1c286af187a47e3296c91308 (patch)
treec3ae7d44ebb551e22e3a1e520b24d36ecb02d03f /src/fedpkg.py
parent2129555c4d841a1781bc69c7c222f5c9a563433d (diff)
downloadfedora-packager-e74c9cf416b50d4a1c286af187a47e3296c91308.tar.gz
fedora-packager-e74c9cf416b50d4a1c286af187a47e3296c91308.tar.xz
fedora-packager-e74c9cf416b50d4a1c286af187a47e3296c91308.zip
Update the help output on verrel to match reality
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py3
1 files changed, 2 insertions, 1 deletions
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