Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usbip: tools: add usage of device mode in usbip_list.c

The option '-d/--device' was implemented in 'usbip list' but not
shown in usage. Hence this commit adds this option to usage.

Acked-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Hongren Zheng <i@zenithal.me>
Link: https://lore.kernel.org/r/YFrwq75Uyef3c9gz@Sun
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Hongren Zheng (Zenithal) and committed by
Greg Kroah-Hartman
a58977b2 b737eecd

+2 -1
+2 -1
tools/usb/usbip/src/usbip_list.c
··· 33 33 "usbip list [-p|--parsable] <args>\n" 34 34 " -p, --parsable Parsable list format\n" 35 35 " -r, --remote=<host> List the exportable USB devices on <host>\n" 36 - " -l, --local List the local USB devices\n"; 36 + " -l, --local List the local USB devices\n" 37 + " -d, --device List the local USB gadgets bound to usbip-vudc\n"; 37 38 38 39 void usbip_list_usage(void) 39 40 {