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:
Marti Bolivar 2019-01-24 22:10:26 -07:00
parent 0d39b6b77a
commit c88aa9c227
1 changed files with 1 additions and 1 deletions

View File

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