west config: tweak help string

Make it fit on one line in the west help output.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
Martí Bolívar 2020-12-15 22:59:23 -08:00 committed by Marti Bolivar
parent 37fbbb1a14
commit 66a5da3ab5
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class Config(WestCommand):
def __init__(self):
super().__init__(
'config',
'get or set configuration settings in west config files',
'get or set config file values',
CONFIG_DESCRIPTION,
requires_workspace=False)