mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00: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:
parent
19495dd9b6
commit
fb7b790a20
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue