diff --git a/bin/geomag.py b/bin/geomag.py index a7326ba34dbf6c8b340d4161a9bbdc9c9eb10bac..67c34d75b4dc5cf1c77f95659b8784b481f3e4b1 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')