mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/7] commands: usbgadget: remove deprecated s option from help text
@ 2021-02-02 19:40 Ahmad Fatoum
  2021-02-02 19:40 ` [PATCH 2/7] ARM: <asm/io.h>: define macros for I/O memcpy/memset Ahmad Fatoum
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Ahmad Fatoum @ 2021-02-02 19:40 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Prior to 44add42d4330 ("usbgadget: autostart: add DFU support"), -s used
to do nothing. That commit made it behave like -a, but deprecated it and
changed the help text to omit it. Remove it from the short help text as
well.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
v1 -> v2:
 - no change
---
 commands/usbgadget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/commands/usbgadget.c b/commands/usbgadget.c
index 9133402f52fb..3b115f147d80 100644
--- a/commands/usbgadget.c
+++ b/commands/usbgadget.c
@@ -67,7 +67,7 @@ BAREBOX_CMD_HELP_END
 BAREBOX_CMD_START(usbgadget)
 	.cmd		= do_usbgadget,
 	BAREBOX_CMD_DESC("Create USB Gadget multifunction device")
-	BAREBOX_CMD_OPTS("[-asdAD]")
+	BAREBOX_CMD_OPTS("[-adAD]")
 	BAREBOX_CMD_GROUP(CMD_GRP_HWMANIP)
 	BAREBOX_CMD_HELP(cmd_usbgadget_help)
 BAREBOX_CMD_END
-- 
2.30.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2021-02-02 19:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-02 19:40 [PATCH 1/7] commands: usbgadget: remove deprecated s option from help text Ahmad Fatoum
2021-02-02 19:40 ` [PATCH 2/7] ARM: <asm/io.h>: define macros for I/O memcpy/memset Ahmad Fatoum
2021-02-02 19:40 ` [PATCH 3/7] asm-generic: define fallback memcpy and memset for device I/O Ahmad Fatoum
2021-02-02 19:40 ` [PATCH 4/7] ppc: <asm/io.h>: remove duplicate definition Ahmad Fatoum
2021-02-02 19:40 ` [PATCH 5/7] printk: port over Linux print_hex_dump_bytes/print_hex_dump_debug Ahmad Fatoum
2021-02-02 19:40 ` [PATCH 6/7] usb: add fallback ->detect method for USB host drivers Ahmad Fatoum
2021-02-02 19:40 ` [PATCH 7/7] usb: host: ehci: remove duplicated usb_host_detect() calls Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox