diff --git a/bink.py b/bink.py index f7492d9..e97479c 100755 --- a/bink.py +++ b/bink.py @@ -56,7 +56,7 @@ def generate_feed(before=None, count=200): return blogs if len(sys.argv) > 1: - if sys.argv[1] == "--help": + if sys.argv[1] == "--help" or sys.argv[1] == "-h": exit(helptext) elif sys.argv[1] == "--dump": with open("/dev/stdout", "w") as f: