From c3626f2a0d657ced28df1cb83173e8b209b64959 Mon Sep 17 00:00:00 2001 From: Juergen Beisert Date: Fri, 22 Oct 2010 10:59:29 +0200 Subject: Fix a simple typo to less confusing the user Signed-off-by: Juergen Beisert 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 2ae4cc6c9e..6a949f285f 100644 --- a/commands/gpio.c +++ b/commands/gpio.c @@ -37,7 +37,7 @@ static int do_gpio_get_value(struct command *cmdtp, int argc, char *argv[]) } static const __maybe_unused char cmd_gpio_get_value_help[] = -"Usage: gpio_set_value \n"; +"Usage: gpio_get_value \n"; BAREBOX_CMD_START(gpio_get_value) .cmd = do_gpio_get_value, -- cgit v1.2.3