From: Kurt Kanzenbach Date: Thu, 4 Apr 2013 14:03:15 +0000 (+0200) Subject: staging: usbip: userspace: unified command line arguments X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~137^2~309 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80e4b9432c7d84f70686e69bb7469d89d58e5d87;p=pandora-kernel.git 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 -b $ usbip list --remote Now: $ usbip attach --remote -b $ usbip list --remote Signed-off-by: Kurt Kanzenbach Signed-off-by: Stefan Reif Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed