aboutsummaryrefslogtreecommitdiff
path: root/binary_search_tool/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'binary_search_tool/common.py')
-rw-r--r--binary_search_tool/common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/binary_search_tool/common.py b/binary_search_tool/common.py
index f6f496ae..11c6cef1 100644
--- a/binary_search_tool/common.py
+++ b/binary_search_tool/common.py
@@ -157,8 +157,8 @@ def _BuildArgsDict(args):
'If your switch script requires user input '
'the --verbose option must be used'))
args.AddArgument('-I',
- '--install_script',
- dest='install_script',
+ '--test_setup_script',
+ dest='test_setup_script',
help=('Optional script to perform building, flashing, '
'and other setup before the test script runs.'))
args.AddArgument('-t',