Merge "adb: improve help for -t/-tt."

am: 7f5116e581

Change-Id: Iacf553efedda8a82741de88a8a05d1dd56126bb7
This commit is contained in:
Elliott Hughes 2019-12-13 18:35:28 -08:00 committed by android-build-merger
commit 98e1c94816

View file

@ -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"