Skip to content
Snippets Groups Projects
Commit 146ab0f3 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Remove conflicting --output-edge argument

parent 8e82491c
No related branches found
No related tags found
No related merge requests found
...@@ -224,9 +224,6 @@ def parse_args(): ...@@ -224,9 +224,6 @@ def parse_args():
help='Write to stdout.') help='Write to stdout.')
output_group.add_argument('--output-pcdcp-url', output_group.add_argument('--output-pcdcp-url',
help='Example: file://./%%(obs)s%%(Y)s%%(j)s.%%(i)s') 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, output_group.add_argument('--output-edge', nargs=3,
metavar=('HOST', 'PORT', 'TAG'), metavar=('HOST', 'PORT', 'TAG'),
help='Requires Host IP #, Port # and ID TAG') help='Requires Host IP #, Port # and ID TAG')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment