From 146ab0f3246718165eda55446b74ff70d474979e Mon Sep 17 00:00:00 2001 From: Jeremy Fee <jmfee@usgs.gov> Date: Tue, 30 Jun 2015 16:39:52 -0600 Subject: [PATCH] Remove conflicting --output-edge argument --- bin/geomag.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/geomag.py b/bin/geomag.py index 1e5ec9188..7455668a9 100755 --- a/bin/geomag.py +++ b/bin/geomag.py @@ -224,9 +224,6 @@ def parse_args(): help='Write to stdout.') output_group.add_argument('--output-pcdcp-url', 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 #') output_group.add_argument('--output-edge', nargs=3, metavar=('HOST', 'PORT', 'TAG'), help='Requires Host IP #, Port # and ID TAG') -- GitLab