diff --git a/[refs] b/[refs] index 623450f7380c..397b4d7cd6f6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fcedd169be21564280f83ef486e403fa34f61a39 +refs/heads/master: 2435ab147bfb8f490c3b3d2b0ff550c3e02f0c2e diff --git a/trunk/drivers/staging/usbip/userspace/src/usbip.c b/trunk/drivers/staging/usbip/userspace/src/usbip.c index 583b179a1126..fff4b768e705 100644 --- a/trunk/drivers/staging/usbip/userspace/src/usbip.c +++ b/trunk/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/trunk/drivers/staging/usbip/userspace/src/usbip_list.c b/trunk/drivers/staging/usbip/userspace/src/usbip_list.c index 63496386ead7..ed30d910e037 100644 --- a/trunk/drivers/staging/usbip/userspace/src/usbip_list.c +++ b/trunk/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)