[PATCH] commands: gpio_direction_output: add missed VALUE parameter to help message

Antony Pavlov antonynpavlov at gmail.com
Mon Jun 16 22:50:10 PDT 2014


Signed-off-by: Antony Pavlov <antonynpavlov at gmail.com>
---
 commands/gpio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/gpio.c b/commands/gpio.c
index 9d9d169..4f2d93e 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
 
-- 
1.9.2




More information about the barebox mailing list