Commit a58977b2 authored by Hongren Zheng (Zenithal)'s avatar Hongren Zheng (Zenithal) Committed by Greg Kroah-Hartman

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: default avatarShuah Khan <skhan@linuxfoundation.org>
Signed-off-by: default avatarHongren Zheng <i@zenithal.me>
Link: https://lore.kernel.org/r/YFrwq75Uyef3c9gz@SunSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b737eecd
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment