summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2016-04-05 23:31:47 +0200
committerTobias Brox <tobias@redpill-linpro.com>2016-04-05 23:31:47 +0200
commit0f08c2df897ccc71657584add00232b08db8a220 (patch)
tree7dac9a91bef4d94e58cfd68b2251fee2ee10bbc3
parent2e061724fddd7064f616d0adb8e13db6c08e5184 (diff)
downloadcalendar-cli-0f08c2df897ccc71657584add00232b08db8a220.zip
attempt on more verbosity on the --help
-rwxr-xr-xcalendar-cli.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar-cli.py b/calendar-cli.py
index c85fab2..b5bc7ad 100755
--- a/calendar-cli.py
+++ b/calendar-cli.py
@@ -673,6 +673,8 @@ def main():
# Parse rest of arguments
# Don't suppress add_help here so it will handle -h
parser = argparse.ArgumentParser(
+ description=__doc__,
+ prog=__product__,
# Inherit options from config_parser
parents=[conf_parser]
)