From dfe6c84709875a1744981728eb52bc804d301271 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 13 Dec 2019 16:43:10 -0800 Subject: [PATCH] adb: improve help for -t/-tt. Test: adb help Change-Id: Ic75bf184dfc51e57b422666d85e3b7a5139b3853 --- adb/client/commandline.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adb/client/commandline.cpp b/adb/client/commandline.cpp index 6465ffe6d..813a8a913 100644 --- a/adb/client/commandline.cpp +++ b/adb/client/commandline.cpp @@ -137,8 +137,8 @@ static void help() { " run remote shell command (interactive shell if no command given)\n" " -e: choose escape character, or \"none\"; default '~'\n" " -n: don't read from stdin\n" - " -T: disable PTY allocation\n" - " -t: force PTY allocation\n" + " -T: disable pty allocation\n" + " -t: allocate a pty if on a tty (-tt: force pty allocation)\n" " -x: disable remote exit codes and stdout/stderr separation\n" " emu COMMAND run emulator console command\n" "\n"