commands: project: fix update help
Make the format match the rest of the commands and fix a typo. Signed-off-by: Marti Bolivar <marti@foundries.io>
This commit is contained in:
parent
0d39b6b77a
commit
c88aa9c227
|
@ -208,7 +208,7 @@ class Update(WestCommand):
|
|||
def __init__(self):
|
||||
super().__init__(
|
||||
'update',
|
||||
'Update projects descibed in west.yml',
|
||||
'update projects described in west.yml',
|
||||
_wrap('''
|
||||
Updates all projects according to the manifest file, `west.yml`,
|
||||
in the manifest repository.
|
||||
|
|
Loading…
Reference in New Issue