Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260023
b: refs/heads/master
c: 2435ab1
h: refs/heads/master
i:
  260021: c244678
  260019: 3fb7e4f
  260015: b2c8eaf
v: v3
  • Loading branch information
matt mooney authored and Greg Kroah-Hartman committed Jul 8, 2011
1 parent 3049e19 commit 35743f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fcedd169be21564280f83ef486e403fa34f61a39
refs/heads/master: 2435ab147bfb8f490c3b3d2b0ff550c3e02f0c2e
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/userspace/src/usbip.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
{
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/staging/usbip/userspace/src/usbip_list.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35743f9

Please sign in to comment.