Commit 2435ab14 authored by matt mooney's avatar matt mooney Committed by Greg Kroah-Hartman

staging: usbip: userspace: usbip: modify `list' help message

The remote devices listed are, technically, exportable and not
necessarily exported.
Signed-off-by: default avatarmatt mooney <mfm@muteddisk.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent fcedd169
...@@ -77,7 +77,7 @@ static const struct command cmds[] = { ...@@ -77,7 +77,7 @@ static const struct command cmds[] = {
{ {
.name = "list", .name = "list",
.fn = usbip_list, .fn = usbip_list,
.help = "List exported or local USB devices", .help = "List exportable or local USB devices",
.usage = usbip_list_usage .usage = usbip_list_usage
}, },
{ {
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
static const char usbip_list_usage_string[] = static const char usbip_list_usage_string[] =
"usbip list [-p|--parsable] <args>\n" "usbip list [-p|--parsable] <args>\n"
" -p, --parsable Parsable list format\n" " -p, --parsable Parsable list format\n"
" -r, --remote=<host> List the exported USB devices on <host>\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";
void usbip_list_usage(void) 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