flash: fix a typo in the command description
Fixes: #112 Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
parent
e9938c5f2f
commit
f3c10bb809
|
@ -14,7 +14,7 @@ class Flash(WestCommand):
|
|||
def __init__(self):
|
||||
super(Flash, self).__init__(
|
||||
'flash',
|
||||
'Flash and run a binary onto a board.\n\n' +
|
||||
'Flash and run a binary on a board.\n\n' +
|
||||
desc_common('flash'),
|
||||
accepts_unknown_args=True)
|
||||
|
||||
|
|
Loading…
Reference in New Issue