aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rwxr-xr-xpython/fatcat_harvest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_harvest.py b/python/fatcat_harvest.py
index 09fde584..c16e9d60 100755
--- a/python/fatcat_harvest.py
+++ b/python/fatcat_harvest.py
@@ -88,7 +88,7 @@ def main():
default="undefined", # better?
help="contact email to use in API header")
parser.add_argument('--continuous',
- default=False,
+ action='store_true',
help="continue harvesting indefinitely in a loop?")
subparsers = parser.add_subparsers()