1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 00:32:04 +02:00

cmd/led.c: fix typos in online help

Remove square brackets around label in state command description.

Fixes: ea41b15617 ("cmd/led: check subcommand "list" instead "l"")
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Heiko Schocher <hs@denx.de>
This commit is contained in:
Anatolij Gustschin
2019-06-17 15:33:55 +02:00
committed by Tom Rini
parent 19495dd9b6
commit fb7b790a20

View File

@@ -137,6 +137,6 @@ U_BOOT_CMD(
led, 4, 1, do_led,
"manage LEDs",
"<led_label> on|off|toggle" BLINK "\tChange LED state\n"
"led [<led_label>]\tGet LED state\n"
"led <led_label>\tGet LED state\n"
"led list\t\tshow a list of LEDs"
);