diff --git a/workspace_tools/test_api.py b/workspace_tools/test_api.py index 1e0d115318..16e8b74801 100644 --- a/workspace_tools/test_api.py +++ b/workspace_tools/test_api.py @@ -1268,7 +1268,7 @@ def get_default_test_options_parser(): parser.add_option('', '--firmware-name', dest='firmware_global_name', - help='Set global name for all produced projects. E.g. you can call all test binaries firmware.bin') + help='Set global name for all produced projects. Note, proper file extension will be added by buid scripts.') parser.add_option('-u', '--shuffle', dest='shuffle_test_order',