* [PATCH] Fix typo in commands/gpio.c
@ 2010-07-05 0:03 Randolph Chung
0 siblings, 0 replies; only message in thread
From: Randolph Chung @ 2010-07-05 0:03 UTC (permalink / raw)
To: barebox
Please apply. -randolph
diff --git a/commands/gpio.c b/commands/gpio.c
index 2575c1e..91078cf 100644
--- a/commands/gpio.c
+++ b/commands/gpio.c
@@ -37,7 +37,7 @@ static int do_gpio_get_value(struct command *cmdtp, int argc,
}
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,
@@ -90,7 +90,7 @@ static const __maybe_unused char cmd_do_gpio_direction_input_h
BAREBOX_CMD_START(gpio_direction_input)
.cmd = do_gpio_direction_input,
- .usage = "set a gpio as output",
+ .usage = "set a gpio as input",
BAREBOX_CMD_HELP(cmd_do_gpio_direction_input_help)
BAREBOX_CMD_END
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-07-05 0:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-05 0:03 [PATCH] Fix typo in commands/gpio.c Randolph Chung
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox