Skip to content

Commit

Permalink
add -o short option
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Aug 24, 2016
1 parent f7a5dd4 commit 4b0a72f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create_test
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ OR
parser.add_argument("--testfile",
help="A file containing an ascii list of tests to run")

parser.add_argument("--allow-baseline-overwrite", action="store_true",
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.")

Expand Down

0 comments on commit 4b0a72f

Please sign in to comment.