cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 28 Feb 2019 05:17:56 +0000 (06:17 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 22 Mar 2019 12:35:50 +0000 (08:35 -0400)
commit9eebaba2a843e3fa456ef2f6d244bc1bbecfd18b
treea686dde608daee029b02d87e9029ecbbb8ef7744
parent08b1165ca4beecdc9d6f3a36e843612189bd3ad4
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>
include/command.h