flash: fix a typo in the command description

Fixes: #112

Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
Marti Bolivar 2018-11-20 10:58:28 -05:00
parent e9938c5f2f
commit f3c10bb809
1 changed files with 1 additions and 1 deletions

View File

@ -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)