提交 fb7b790a 编写于 作者: A Anatolij Gustschin 提交者: Tom Rini

cmd/led.c: fix typos in online help

Remove square brackets around label in state command description.

Fixes: ea41b156 ("cmd/led: check subcommand "list" instead "l"")
Signed-off-by: NAnatolij Gustschin <agust@denx.de>
Reviewed-by: NHeiko Schocher <hs@denx.de>
上级 19495dd9
...@@ -137,6 +137,6 @@ U_BOOT_CMD( ...@@ -137,6 +137,6 @@ U_BOOT_CMD(
led, 4, 1, do_led, led, 4, 1, do_led,
"manage LEDs", "manage LEDs",
"<led_label> on|off|toggle" BLINK "\tChange LED state\n" "<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" "led list\t\tshow a list of LEDs"
); );
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册