Skip to content

Commit d076c51

Browse files
committed
Changed short description for --firmware-name switch
1 parent 61f028f commit d076c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1268,7 +1268,7 @@ def get_default_test_options_parser():
12681268

12691269
parser.add_option('', '--firmware-name',
12701270
dest='firmware_global_name',
1271-
help='Set global name for all produced projects. E.g. you can call all test binaries firmware.bin')
1271+
help='Set global name for all produced projects. Note, proper file extension will be added by buid scripts.')
12721272

12731273
parser.add_option('-u', '--shuffle',
12741274
dest='shuffle_test_order',

0 commit comments

Comments
 (0)