commit | 9eebaba2a843e3fa456ef2f6d244bc1bbecfd18b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Feb 28 06:17:56 2019 +0100 |
committer | Tom Rini <trini@konsulko.com> | Fri Mar 22 08:35:50 2019 -0400 |
tree | a686dde608daee029b02d87e9029ecbbb8ef7744 | |
parent | 08b1165ca4beecdc9d6f3a36e843612189bd3ad4 [diff] |
cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10 CONFIG_SYS_HELP_CMD_WIDTH is used to format the output of help without any arguments. CONFIG_SYS_HELP_CMD_WIDTH = 8 is too narrow to fit all our commands. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>