All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cmd/led.c: fix typos in online help
@ 2019-06-17 13:33 Anatolij Gustschin
  2019-06-18  4:09 ` Heiko Schocher
  2019-06-22 16:08 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Anatolij Gustschin @ 2019-06-17 13:33 UTC (permalink / raw)
  To: u-boot

Remove square brackets around label in state command description.

Fixes: ea41b15617fa ("cmd/led: check subcommand "list" instead "l"")
Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 cmd/led.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/led.c b/cmd/led.c
index 403abbc6bc..50ffa509ab 100644
--- a/cmd/led.c
+++ b/cmd/led.c
@@ -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"
 );
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] cmd/led.c: fix typos in online help
  2019-06-17 13:33 [U-Boot] [PATCH] cmd/led.c: fix typos in online help Anatolij Gustschin
@ 2019-06-18  4:09 ` Heiko Schocher
  2019-06-22 16:08 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Schocher @ 2019-06-18  4:09 UTC (permalink / raw)
  To: u-boot

Hello Anatolij,

Am 17.06.2019 um 15:33 schrieb Anatolij Gustschin:
> Remove square brackets around label in state command description.
> 
> Fixes: ea41b15617fa ("cmd/led: check subcommand "list" instead "l"")
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---
>   cmd/led.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Thanks!

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-52   Fax: +49-8142-66989-80   Email: hs at denx.de

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] cmd/led.c: fix typos in online help
  2019-06-17 13:33 [U-Boot] [PATCH] cmd/led.c: fix typos in online help Anatolij Gustschin
  2019-06-18  4:09 ` Heiko Schocher
@ 2019-06-22 16:08 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2019-06-22 16:08 UTC (permalink / raw)
  To: u-boot

On Mon, Jun 17, 2019 at 03:33:55PM +0200, Anatolij Gustschin wrote:

> Remove square brackets around label in state command description.
> 
> Fixes: ea41b15617fa ("cmd/led: check subcommand "list" instead "l"")
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Reviewed-by: Heiko Schocher <hs@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190622/8a7673d9/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-22 16:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-17 13:33 [U-Boot] [PATCH] cmd/led.c: fix typos in online help Anatolij Gustschin
2019-06-18  4:09 ` Heiko Schocher
2019-06-22 16:08 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.