Skip to content

Commit 92b2fc5

Browse files
Merge pull request #823 from shakram02/patch-1
Fix a typo in mbed help
2 parents b62ad83 + e327414 commit 92b2fc5

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
@@ -2961,7 +2961,7 @@ def test_(toolchain=None, target=None, compile_list=False, run_list=False,
29612961
dict(name=['--profile'], help=""),
29622962
dict(name='--build', help='Build directory. Default: build/'),
29632963
dict(name='--source', action='append', help='Source directory. Default: . (current dir)'),
2964-
help='device management supcommand',
2964+
help='device management subcommand',
29652965
add_help=False,
29662966
hidden_aliases=['dev-mgmt', 'dm'],
29672967
description=("Manage Device with Pelion"))

0 commit comments

Comments
 (0)