9
0
Fork 0

at91mux: Fix both help info and Kconfig info.

Correct options are, in fact, -p and -b.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Robert P. J. Day 2014-07-06 14:43:51 -04:00 committed by Sascha Hauer
parent 01d3c9a5ed
commit 600d312707
2 changed files with 3 additions and 3 deletions

View File

@ -509,7 +509,7 @@ static int do_at91mux(int argc, char *argv[])
}
BAREBOX_CMD_HELP_START(at91mux)
BAREBOX_CMD_HELP_TEXT("Dump current MIX configuration. If a BANK or PIN has been")
BAREBOX_CMD_HELP_TEXT("Dump current MUX configuration. If a BANK or PIN has been")
BAREBOX_CMD_HELP_TEXT("specified dump pin details.")
BAREBOX_CMD_HELP_TEXT("")
BAREBOX_CMD_HELP_TEXT("Options:")
@ -520,7 +520,7 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(at91mux)
.cmd = do_at91mux,
BAREBOX_CMD_DESC("list MUX configuration")
BAREBOX_CMD_OPTS("[-pn]")
BAREBOX_CMD_OPTS("[-pb]")
BAREBOX_CMD_GROUP(CMD_GRP_INFO)
BAREBOX_CMD_HELP(cmd_at91mux_help)
BAREBOX_CMD_COMPLETE(empty_complete)

View File

@ -44,7 +44,7 @@ config CMD_AT91MUX
help
List MUX configuration
Usage: at91mux [-pn]
Usage: at91mux [-pb]
Dump current MUX configuration. If a BANK or PIN has been
specified dump pin details.