summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py
index 2b84975..18d54ab 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -749,6 +749,7 @@ def verrel(args):
if __name__ == '__main__':
# Create the parser object
parser = argparse.ArgumentParser(description = 'Fedora Packaging utility',
+ prog = 'fedpkg',
epilog = "For detailed help pass " \
"--help to a target")