]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging: usbip: userspace: unified command line arguments
authorKurt Kanzenbach <ly80toro@cip.cs.fau.de>
Thu, 4 Apr 2013 14:03:15 +0000 (16:03 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 5 Apr 2013 21:22:52 +0000 (14:22 -0700)
commit80e4b9432c7d84f70686e69bb7469d89d58e5d87
treec45ab4b63616e15c66a7c4f941f6f6b905325fd8
parentb2e0228409ac880b2defb51ab9e76b8f8af56ff2
staging: usbip: userspace: unified command line arguments

The command `usbip attach' uses --host for specifing
the remote host, while `usbip list' uses --remote.
This is confusing and this patch adapts this.
In Addition changed the manpage and README accordingly.

Before:
 $ usbip attach --host <host> -b <busid>
 $ usbip list --remote <host>

Now:
 $ usbip attach --remote <host> -b <busid>
 $ usbip list --remote <host>

Signed-off-by: Kurt Kanzenbach <ly80toro@cip.cs.fau.de>
Signed-off-by: Stefan Reif <ke42caxa@cip.cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/usbip/userspace/README
drivers/staging/usbip/userspace/doc/usbip.8
drivers/staging/usbip/userspace/src/usbip_attach.c