Add missing newlines to adb usage message

This commit is contained in:
Brian Carlstrom 2010-03-01 22:54:12 -08:00 committed by Mike Lockwood
parent c519c00c36
commit 805c4a7030
1 changed files with 2 additions and 2 deletions

View File

@ -105,8 +105,8 @@ void help()
" environment variable is used, which must\n"
" be an absolute path.\n"
" devices - list all connected devices\n"
" connect <host>:<port> - connect to a device via TCP/IP"
" disconnect <host>:<port> - disconnect from a TCP/IP device"
" connect <host>:<port> - connect to a device via TCP/IP\n"
" disconnect <host>:<port> - disconnect from a TCP/IP device\n"
"\n"
"device commands:\n"
" adb push <local> <remote> - copy file/dir to device\n"