Skip to content

Commit e29da23

Browse files
committed
Change 'mbed compile --tests' help message to point to 'mbed test --compile'
1 parent c689e00 commit e29da23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1877,7 +1877,7 @@ def status_(ignore=False):
18771877
dict(name='--library', dest='compile_library', action='store_true', help='Compile the current %s as a static library.' % cwd_type),
18781878
dict(name='--config', dest='compile_config', action='store_true', help='Show run-time compile configuration'),
18791879
dict(name='--prefix', dest='config_prefix', action='append', help='Restrict listing to parameters that have this prefix'),
1880-
dict(name='--tests', dest='compile_tests', action='store_true', help='Compile tests in TESTS directory.'),
1880+
dict(name='--tests', dest='compile_tests', action='store_true', help='An alias to \'mbed test --compile\''),
18811881
dict(name='--source', action='append', help='Source directory. Default: . (current dir)'),
18821882
dict(name='--build', help='Build directory. Default: .build/'),
18831883
dict(name=['-c', '--clean'], action='store_true', help='Clean the build directory before compiling'),

0 commit comments

Comments
 (0)