summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip
diff options
context:
space:
mode:
authormatt mooney <mfm@muteddisk.com>2011-07-07 00:31:54 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2011-07-08 14:01:17 -0700
commit2435ab147bfb8f490c3b3d2b0ff550c3e02f0c2e (patch)
tree1d53927b80bcdd147d5266b9755fd52e83afb9a6 /drivers/staging/usbip
parentfcedd169be21564280f83ef486e403fa34f61a39 (diff)
downloadlinux-0-day-2435ab147bfb8f490c3b3d2b0ff550c3e02f0c2e.tar.gz
linux-0-day-2435ab147bfb8f490c3b3d2b0ff550c3e02f0c2e.tar.xz
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>
Diffstat (limited to 'drivers/staging/usbip')
-rw-r--r--drivers/staging/usbip/userspace/src/usbip.c2
-rw-r--r--drivers/staging/usbip/userspace/src/usbip_list.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/usbip/userspace/src/usbip.c b/drivers/staging/usbip/userspace/src/usbip.c
index 583b179a11261..fff4b768e7052 100644
--- a/drivers/staging/usbip/userspace/src/usbip.c
+++ b/drivers/staging/usbip/userspace/src/usbip.c
@@ -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
},
{
diff --git a/drivers/staging/usbip/userspace/src/usbip_list.c b/drivers/staging/usbip/userspace/src/usbip_list.c
index 63496386ead7b..ed30d910e0375 100644
--- a/drivers/staging/usbip/userspace/src/usbip_list.c
+++ b/drivers/staging/usbip/userspace/src/usbip_list.c
@@ -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)