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:
parent
37fbbb1a14
commit
66a5da3ab5
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue