help text changes (#1061)

* requested CLI help changes for launch sub-command

* update file name prose

* more wording changes

* more PR requests
This commit is contained in:
Bruce Martin
2019-11-26 13:35:01 -08:00
committed by GitHub
parent bb3032ea2f
commit f8cef71eed
2 changed files with 10 additions and 7 deletions
+4 -4
View File
@@ -82,16 +82,16 @@ def common_args(func):
show_default=True,
multiple=False,
metavar="<path>",
help="CSV file containing user annotations; will be overwritten. Created if does not exist.",)
help="CSV file to initialize editing of existing annotations; will be altered in-place. "
"Incompatible with --annotations-output-dir.",)
@click.option(
"--experimental-annotations-output-dir",
default=None,
show_default=False,
multiple=False,
metavar="<directory path>",
help="Directory where annotation CSV files will be written (directory must exist). "
"Defaults to current directory.",
)
help="Directory of where to save output annotations; filename will be specified in the application. "
"Incompatible with --annotations-input-file.",)
@click.option(
"--backed",
"-b",