summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2014-06-17 09:50:10 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-17 20:35:40 +0200
commit636052ce1dbf3462c8c46a4bf978fcd534979d78 (patch)
tree61fb9a2892b8c4e8a65f0c972b103d3369839d81 /commands
parentcfd028800e974416be2f245c22aac45b0f7544fe (diff)
downloadbarebox-636052ce1dbf3462c8c46a4bf978fcd534979d78.tar.gz
barebox-636052ce1dbf3462c8c46a4bf978fcd534979d78.tar.xz
commands: gpio_direction_output: add missed VALUE parameter to help message
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands')
-rw-r--r--commands/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/gpio.c b/commands/gpio.c
index 9d9d169cfb..4f2d93ee7d 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