From deef6f129a3778eab4ec3b0bcb11b2f21e9fc968 Mon Sep 17 00:00:00 2001 From: Hal Simpson <hasimpson@usgs.gov> Date: Wed, 6 May 2015 12:54:45 -0600 Subject: [PATCH] removed semicolon --- bin/geomag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/geomag.py b/bin/geomag.py index 50eb0b79b..4daaa8b58 100755 --- a/bin/geomag.py +++ b/bin/geomag.py @@ -225,7 +225,7 @@ def parse_args(): help='Example: file://./%%(obs)s%%(Y)s%%(j)s.%%(i)s') output_group.add_argument('--output-edge', nargs=2, metavar=('HOST', 'PORT'), - help='Requires Host IP # and Port #'); + help='Requires Host IP # and Port #') # Algorithms group algorithm_group = parser.add_mutually_exclusive_group() -- GitLab