From d596dce4de9338bc89d3df44dbc3f394d183b865 Mon Sep 17 00:00:00 2001
From: Hal Simpson <hasimpson@usgs.gov>
Date: Wed, 8 Jul 2015 14:15:32 -0600
Subject: [PATCH] Missed one

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

diff --git a/bin/geomag.py b/bin/geomag.py
index a7326ba34..67c34d75b 100755
--- a/bin/geomag.py
+++ b/bin/geomag.py
@@ -135,7 +135,7 @@ def main():
                 type=args.type,
                 interval=args.interval,
                 locationCode=locationcode,
-                tag=args.EDGE_TAG)
+                tag=args.output_edge_tag)
     else:
             print >> sys.stderr, "Missing required output directive"
 
@@ -222,7 +222,6 @@ def parse_args():
             default=2060,
             help='Edge port for reading output data, defaults to 2060')
     parser.add_argument('--output-edge-tag',
-            dest='EDGE_TAG',
             default='GEOMAG',
             help='ID Tag for edge connections, defaults to GEOMAG')
 
-- 
GitLab