diff options
Diffstat (limited to '')
-rwxr-xr-x | cron/cull_bad_shunt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cron/cull_bad_shunt b/cron/cull_bad_shunt index ce0dfb0f..3428a78f 100755 --- a/cron/cull_bad_shunt +++ b/cron/cull_bad_shunt @@ -79,6 +79,9 @@ def main(): if args: usage(1) + for opt, arg in opts: + if opt in ('-h', '--help'): + usage(0) if mm_cfg.BAD_SHUNT_STALE_AFTER <= 0: # Nothing to do |