From d076c510609d047f287bc16645c1dd644fc66649 Mon Sep 17 00:00:00 2001 From: Przemek Wirkus Date: Wed, 13 Aug 2014 09:43:49 +0100 Subject: [PATCH] Changed short description for --firmware-name switch --- workspace_tools/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',