aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/notify_bowdst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/notify_bowdst.py b/python/notify_bowdst.py
index e51ea094..e3a808f6 100644
--- a/python/notify_bowdst.py
+++ b/python/notify_bowdst.py
@@ -12,7 +12,7 @@ import argparse
import numpy as np
parser = argparse.ArgumentParser(description="determine sender destination")
-parser.add_argument("--globeop", help="send to globeop")
+parser.add_argument("--globeop", action="store_true", help="send to globeop")
parser.add_argument(
"--debug", "-d", action="store_true", default=False, help="log to the console"
)