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

The remote devices listed are, technically, exportable and not
necessarily exported.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
matt mooney 2011-07-07 00:31:54 -07:00 committed by Greg Kroah-Hartman
parent fcedd169be
commit 2435ab147b
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ static const struct command cmds[] = {
{
.name = "list",
.fn = usbip_list,
.help = "List exported or local USB devices",
.help = "List exportable or local USB devices",
.usage = usbip_list_usage
},
{

View File

@ -37,7 +37,7 @@
static const char usbip_list_usage_string[] =
"usbip list [-p|--parsable] <args>\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";
void usbip_list_usage(void)