From 9b32cac935b6905f4c2028c8a2d94de1350cafb0 Mon Sep 17 00:00:00 2001
From: Hal Simpson <hasimpson@usgs.gov>
Date: Mon, 29 Jun 2015 17:05:51 -0600
Subject: [PATCH] fixed white space

---
 bin/geomag.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/geomag.py b/bin/geomag.py
index 7e7d66882..283de23d8 100755
--- a/bin/geomag.py
+++ b/bin/geomag.py
@@ -228,7 +228,7 @@ def parse_args():
             metavar=('HOST', 'PORT'),
             help='Requires Host IP # and Port #')
     output_group.add_argument('--output-edge', nargs=3,
-            metavar=('HOST', 'PORT','TAG'),
+            metavar=('HOST', 'PORT', 'TAG'),
             help='Requires Host IP #, Port # and ID TAG ')
 
     # Algorithms group
-- 
GitLab