Skip to content

Commit

Permalink
Merge pull request ome#211 from mtbc/import-help
Browse files Browse the repository at this point in the history
Adjust help text for CLI import.
  • Loading branch information
joshmoore committed May 8, 2020
2 parents d1c6071 + 3255096 commit eddf61b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/omero/plugins/import.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ def add_python_argument(*args, **kwargs):
for name, help in (
("bulk", "Bulk YAML file for driving multiple imports"),
("logprefix", "Directory or file prefix for --file and --errs"),
("file", "File for storing the standard out of the Java process"),
("errs", "File for storing the standard err of the Java process")
("file", "File for storing the standard output from the Java process"),
("errs", "File for storing the standard error from the Java process")
):
add_python_argument("--%s" % name, nargs="?", help=help)
add_python_argument("---%s" % name, nargs="?", help=SUPPRESS)
Expand Down

0 comments on commit eddf61b

Please sign in to comment.