From 4b0a72f1d9a3e6bee6af216cad4e7fb7ab69bc3c Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Wed, 24 Aug 2016 12:18:07 -0700 Subject: [PATCH] add -o short option --- scripts/create_test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_test b/scripts/create_test index 218d620ce021..6755c973af91 100755 --- a/scripts/create_test +++ b/scripts/create_test @@ -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.")