Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

matt mooney and committed by
Greg Kroah-Hartman
2435ab14 fcedd169

+2 -2
+1 -1
drivers/staging/usbip/userspace/src/usbip.c
··· 77 77 { 78 78 .name = "list", 79 79 .fn = usbip_list, 80 - .help = "List exported or local USB devices", 80 + .help = "List exportable or local USB devices", 81 81 .usage = usbip_list_usage 82 82 }, 83 83 {
+1 -1
drivers/staging/usbip/userspace/src/usbip_list.c
··· 37 37 static const char usbip_list_usage_string[] = 38 38 "usbip list [-p|--parsable] <args>\n" 39 39 " -p, --parsable Parsable list format\n" 40 - " -r, --remote=<host> List the exported USB devices on <host>\n" 40 + " -r, --remote=<host> List the exportable USB devices on <host>\n" 41 41 " -l, --local List the local USB devices\n"; 42 42 43 43 void usbip_list_usage(void)