]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitfed262734d39f9333fa595ab0b6b9595938fabbd
treea686dde608daee029b02d87e9029ecbbb8ef7744
parent12542311b83e610ce71304c93f0a84f30561de6d
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