summaryrefslogtreecommitdiff
path: root/tools/usb
diff options
context:
space:
mode:
authorHongren Zheng (Zenithal) <i@zenithal.me>2021-03-24 15:56:27 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-03-26 14:27:50 +0100
commita58977b2f831e931b3f9268e3051c875ec00f800 (patch)
tree43cbafbcf948fc74f661c4a67119cb91b3f072a8 /tools/usb
parentb737eecd4a8a62c7e479b2c7d2d1a1319343c72b (diff)
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>
Diffstat (limited to 'tools/usb')
-rw-r--r--tools/usb/usbip/src/usbip_list.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/usb/usbip/src/usbip_list.c b/tools/usb/usbip/src/usbip_list.c
index 8625b0f514ee..3d810bcca02f 100644
--- a/tools/usb/usbip/src/usbip_list.c
+++ b/tools/usb/usbip/src/usbip_list.c
@@ -33,7 +33,8 @@ static const char usbip_list_usage_string[] =
"usbip list [-p|--parsable] <args>\n"
" -p, --parsable Parsable list format\n"
" -r, --remote=<host> List the exportable USB devices on <host>\n"
- " -l, --local List the local USB devices\n";
+ " -l, --local List the local USB devices\n"
+ " -d, --device List the local USB gadgets bound to usbip-vudc\n";
void usbip_list_usage(void)
{