diff options
| -rw-r--r-- | adb/commandline.cpp | 2 |
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" |
