]> git.baikalelectronics.ru Git - kernel.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)
commitc6f471cde7cba1ea0c64480da84c80f6b048122a
treec45ab4b63616e15c66a7c4f941f6f6b905325fd8
parent78ae4db0f3395a464e4fb2ed310138c5bb8979e5
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