From 636052ce1dbf3462c8c46a4bf978fcd534979d78 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Tue, 17 Jun 2014 09:50:10 +0400 Subject: [PATCH] commands: gpio_direction_output: add missed VALUE parameter to help message Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- commands/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/gpio.c b/commands/gpio.c index 9d9d169cf..4f2d93ee7 100644 --- a/commands/gpio.c +++ b/commands/gpio.c @@ -104,7 +104,7 @@ static int do_gpio_direction_output(int argc, char *argv[]) BAREBOX_CMD_START(gpio_direction_output) .cmd = do_gpio_direction_output, BAREBOX_CMD_DESC("set direction of a GPIO pin to output") - BAREBOX_CMD_OPTS("GPIO") + BAREBOX_CMD_OPTS("GPIO VALUE") BAREBOX_CMD_GROUP(CMD_GRP_HWMANIP) BAREBOX_CMD_END