* [PATCH] commands: usb: drop help for force rescan option
@ 2014-09-29 15:32 Wjatscheslaw Stoljarski (Slawa)
2014-09-30 8:45 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Wjatscheslaw Stoljarski (Slawa) @ 2014-09-29 15:32 UTC (permalink / raw)
To: barebox
From: "Wjatscheslaw Stoljarski" <wjatscheslaw.stoljarski@kiwigrid.com>
Signed-off-by: Wjatscheslaw Stoljarski <wjatscheslaw.stoljarski@kiwigrid.com>
---
commands/usb.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/commands/usb.c b/commands/usb.c
index a37d503..48c6619 100644
--- a/commands/usb.c
+++ b/commands/usb.c
@@ -138,7 +138,6 @@ BAREBOX_CMD_HELP_START(usb)
BAREBOX_CMD_HELP_TEXT("Scan for USB devices.")
BAREBOX_CMD_HELP_TEXT("")
BAREBOX_CMD_HELP_TEXT("Options:")
-BAREBOX_CMD_HELP_OPT("-f", "force rescan")
BAREBOX_CMD_HELP_OPT("-s", "show devices")
BAREBOX_CMD_HELP_OPT("-t", "show USB tree")
BAREBOX_CMD_HELP_END
@@ -146,7 +145,7 @@ BAREBOX_CMD_HELP_END
BAREBOX_CMD_START(usb)
.cmd = do_usb,
BAREBOX_CMD_DESC("(re-)detect USB devices")
- BAREBOX_CMD_OPTS("[-fts]")
+ BAREBOX_CMD_OPTS("[-ts]")
BAREBOX_CMD_GROUP(CMD_GRP_HWMANIP)
BAREBOX_CMD_HELP(cmd_usb_help)
BAREBOX_CMD_COMPLETE(empty_complete)
--
1.9.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] commands: usb: drop help for force rescan option
2014-09-29 15:32 [PATCH] commands: usb: drop help for force rescan option Wjatscheslaw Stoljarski (Slawa)
@ 2014-09-30 8:45 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-09-30 8:45 UTC (permalink / raw)
To: Wjatscheslaw Stoljarski (Slawa); +Cc: barebox
On Mon, Sep 29, 2014 at 05:32:56PM +0200, Wjatscheslaw Stoljarski (Slawa) wrote:
> From: "Wjatscheslaw Stoljarski" <wjatscheslaw.stoljarski@kiwigrid.com>
>
> Signed-off-by: Wjatscheslaw Stoljarski <wjatscheslaw.stoljarski@kiwigrid.com>
Applied, thanks
Sascha
> ---
> commands/usb.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/commands/usb.c b/commands/usb.c
> index a37d503..48c6619 100644
> --- a/commands/usb.c
> +++ b/commands/usb.c
> @@ -138,7 +138,6 @@ BAREBOX_CMD_HELP_START(usb)
> BAREBOX_CMD_HELP_TEXT("Scan for USB devices.")
> BAREBOX_CMD_HELP_TEXT("")
> BAREBOX_CMD_HELP_TEXT("Options:")
> -BAREBOX_CMD_HELP_OPT("-f", "force rescan")
> BAREBOX_CMD_HELP_OPT("-s", "show devices")
> BAREBOX_CMD_HELP_OPT("-t", "show USB tree")
> BAREBOX_CMD_HELP_END
> @@ -146,7 +145,7 @@ BAREBOX_CMD_HELP_END
> BAREBOX_CMD_START(usb)
> .cmd = do_usb,
> BAREBOX_CMD_DESC("(re-)detect USB devices")
> - BAREBOX_CMD_OPTS("[-fts]")
> + BAREBOX_CMD_OPTS("[-ts]")
> BAREBOX_CMD_GROUP(CMD_GRP_HWMANIP)
> BAREBOX_CMD_HELP(cmd_usb_help)
> BAREBOX_CMD_COMPLETE(empty_complete)
> --
> 1.9.1
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-30 8:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-29 15:32 [PATCH] commands: usb: drop help for force rescan option Wjatscheslaw Stoljarski (Slawa)
2014-09-30 8:45 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox