Skip to content

Commit ec2cf2d

Browse files
authored
fix descriptions for --disable-color (#1145)
1 parent 4a5fe26 commit ec2cf2d

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

cwltool/argparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
254254
exgroup.add_argument("--enable-color", action="store_true",
255255
help="Enable colored logging (default true)", default=True)
256256
exgroup.add_argument("--disable-color", action="store_false", dest="enable_color",
257-
help="Enable colored logging (default true)")
257+
help="Disable colored logging (default false)")
258258

259259
parser.add_argument("--default-container",
260260
help="Specify a default docker container that will be used if the workflow fails to specify one.")

cwltool/schemas/v1.1/salad/requirements.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)