From: matt mooney Date: Thu, 7 Jul 2011 07:31:54 +0000 (-0700) Subject: staging: usbip: userspace: usbip: modify `list' help message X-Git-Tag: v3.1-rc1~232^2~60 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2435ab147bfb8f490c3b3d2b0ff550c3e02f0c2e;p=platform%2Fupstream%2Fkernel-adaptation-pc.git staging: usbip: userspace: usbip: modify `list' help message The remote devices listed are, technically, exportable and not necessarily exported. Signed-off-by: matt mooney Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/usbip/userspace/src/usbip.c b/drivers/staging/usbip/userspace/src/usbip.c index 583b179..fff4b76 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 6349638..ed30d91 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] \n" " -p, --parsable Parsable list format\n" - " -r, --remote= List the exported USB devices on \n" + " -r, --remote= List the exportable USB devices on \n" " -l, --local List the local USB devices\n"; void usbip_list_usage(void)