diff --git a/src/omero/cli.py b/src/omero/cli.py index 0df8b1fbb..80efd5f46 100755 --- a/src/omero/cli.py +++ b/src/omero/cli.py @@ -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")