Skip to content

Commit 1e59315

Browse files
committed
Merge pull request #173 from ARMmbed/config_help_fix
Fixed help text for 'mbed config'
2 parents 0863d4f + a5f5a27 commit 1e59315

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
@@ -1848,7 +1848,7 @@ def default_(name, value=None):
18481848
dict(name=['-m', '--mcu'], help='Compile target. Example: K64F, NUCLEO_F401RE, NRF51822...'),
18491849
dict(name='--source', action='append', help='Source directory. Default: . (current dir)'),
18501850
dict(name='--prefix', action='append', help='Restrict listing to parameters that have this prefix'),
1851-
help='Compile program using the native mbed OS build system.')
1851+
help='Display the project configuration.')
18521852
def config(toolchain=None, mcu=None, source=False, prefix=None):
18531853
# Find the root of the program
18541854
program = Program(os.getcwd(), True)

0 commit comments

Comments
 (0)