[PATCH] Fix a simple typo to less confusing the user
Juergen Beisert
jbe at pengutronix.de
Fri Oct 22 04:59:29 EDT 2010
From: Juergen Beisert <jbe at pengutronix.de>
Subject: Fix a simple typo to less confusing the user
Signed-off-by: Juergen Beisert <jbe at pengutronix.de>
---
commands/gpio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: barebox-2010.10.0/commands/gpio.c
===================================================================
--- barebox-2010.10.0.orig/commands/gpio.c
+++ barebox-2010.10.0/commands/gpio.c
@@ -37,7 +37,7 @@ static int do_gpio_get_value(struct comm
}
static const __maybe_unused char cmd_gpio_get_value_help[] =
-"Usage: gpio_set_value <gpio>\n";
+"Usage: gpio_get_value <gpio>\n";
BAREBOX_CMD_START(gpio_get_value)
.cmd = do_gpio_get_value,
--
Pengutronix e.K. | Juergen Beisert |
Linux Solutions for Science and Industry | Phone: +49-8766-939 228 |
Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ |
More information about the barebox
mailing list