summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2018-02-28 19:12:29 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2018-02-28 19:12:29 +0200
commit1da6c8d96af0fb74a561437c4c91de51ede6234d (patch)
tree50168083b063d1236b899bf5b4cfc366e0a60a8b
parentf393b7f9924a028955408b97deb1f812f3390619 (diff)
Fix a typo: status (zvinj)HEADmaster
-rwxr-xr-xargparse-html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/argparse-html.py b/argparse-html.py
index 53082a7..ebb1c57 100755
--- a/argparse-html.py
+++ b/argparse-html.py
@@ -176,7 +176,7 @@ def do_work(cfg):
def main():
""" Main function """
cfg = parse_cmd_line()
- if cfg.status:
+ if cfg.config:
show_config(cfg)
else:
do_work(cfg)