Skip to content

Commit

Permalink
fix parser args syntax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mtbc committed Sep 17, 2020
1 parent 85bf837 commit dd03e6b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/omero/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,6 @@ def _configure(self, parser):
parser.add_argument(
"--ordered", action="store_true",
help=("Pass objects to commands in the given order"))
"given, otherwise group into as few commands as possible."))
parser.add_argument(
"--list", action="store_true",
help="Print a list of all available graph specs")
Expand Down

0 comments on commit dd03e6b

Please sign in to comment.