From 6e82c6e87168717f8fcb479b042c2c25d6441d02 Mon Sep 17 00:00:00 2001 From: pcain-usgs <pcain@usgs.gov> Date: Fri, 23 Oct 2020 14:29:27 -0600 Subject: [PATCH] Change help statment for realtime --- geomagio/Controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geomagio/Controller.py b/geomagio/Controller.py index b1d4302f..adf42c83 100644 --- a/geomagio/Controller.py +++ b/geomagio/Controller.py @@ -707,7 +707,7 @@ def parse_args(args): const=True, help=""" Run the last N seconds. - Default 172800 (last) when interval is day, + Default 172800 (last 2 days) when interval is day, Default 7200 (last 2 hours) when interval is hour, Default 3600 (last hour) when interval is minute, Default 600 (last 10 minutes) otherwise. -- GitLab