summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fedpkg_man_page.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fedpkg_man_page.py b/src/fedpkg_man_page.py
index 117ad62..36cd6a4 100644
--- a/src/fedpkg_man_page.py
+++ b/src/fedpkg_man_page.py
@@ -144,3 +144,8 @@ def generate(parser, subparsers):
mf.write(h)
man_file.write(man_footer)
+
+
+if __name__ == '__main__':
+ import fedpkg
+ fedpkg.parse_cmdline(generate_manpage = True)