summaryrefslogtreecommitdiffstats
path: root/adb
diff options
context:
space:
mode:
authorSpencer Low <CompareAndSwap@gmail.com>2015-11-02 17:34:49 -0800
committerSpencer Low <CompareAndSwap@gmail.com>2015-11-02 17:34:49 -0800
commit587ea20f83bd0d7b4077b5700ab3dd8c257cc344 (patch)
tree391179a04e6a978a05b557b4d8f7b354a363412b /adb
parent36d7af4cf635816ecbcb9bd300f4c9d60cb012d4 (diff)
downloadcore-587ea20f83bd0d7b4077b5700ab3dd8c257cc344.tar.gz
core-587ea20f83bd0d7b4077b5700ab3dd8c257cc344.tar.bz2
core-587ea20f83bd0d7b4077b5700ab3dd8c257cc344.zip
adb: fix adb reverse --no-rebind help text
There was a typo in the option. Change-Id: I5c074a883a7b384663ed65cd8de0d891dc2b6606 Signed-off-by: Spencer Low <CompareAndSwap@gmail.com>
Diffstat (limited to 'adb')
-rw-r--r--adb/commandline.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/adb/commandline.cpp b/adb/commandline.cpp
index 37bd77794..a48c992fb 100644
--- a/adb/commandline.cpp
+++ b/adb/commandline.cpp
@@ -138,7 +138,7 @@ static void help() {
" localabstract:<unix domain socket name>\n"
" localreserved:<unix domain socket name>\n"
" localfilesystem:<unix domain socket name>\n"
- " adb reverse --norebind <remote> <local>\n"
+ " adb reverse --no-rebind <remote> <local>\n"
" - same as 'adb reverse <remote> <local>' but fails\n"
" if <remote> is already reversed.\n"
" adb reverse --remove <remote>\n"