Skip to content

Commit

Permalink
make help message consistant with create_test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 31, 2016
1 parent ec5430f commit 76a7dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/Tools/component_generate_baseline
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ OR
help="Use custom baseline dir")

parser.add_argument("-o", "--allow-baseline-overwrite", action="store_true",
help="If the generate baseline option is specified with a baseline directory option "
"existing tests in that directory will not be overwritten unless this flag is provided."
"You can use bless-test-results to bless baselines from a recent run.")
help="By default an attempt to overwrite an existing baseline directory "
"will raise an error. Specifying this option allows "
"existing baseline directories to be silently overwritten.")

args = parser.parse_args(args[1:])

Expand Down

0 comments on commit 76a7dbc

Please sign in to comment.