summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/gpio.c2
1 files changed, 1 insertions, 1 deletions
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 <gpio>\n";
+"Usage: gpio_get_value <gpio>\n";
BAREBOX_CMD_START(gpio_get_value)
.cmd = do_gpio_get_value,