summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-03-01 22:54:12 -0800
committerMike Lockwood <lockwood@android.com>2010-04-28 11:32:53 -0400
commit805c4a70300ed918853eec2f67e7b45919e48e10 (patch)
tree82b5a8bef386df4995d1d458c430ded7f7b9e24a
parentc519c00c367c9017eed70973022813e828448818 (diff)
downloadsystem_core-805c4a70300ed918853eec2f67e7b45919e48e10.zip
system_core-805c4a70300ed918853eec2f67e7b45919e48e10.tar.gz
system_core-805c4a70300ed918853eec2f67e7b45919e48e10.tar.bz2
Add missing newlines to adb usage message
-rw-r--r--adb/commandline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/adb/commandline.c b/adb/commandline.c
index 2201d20..5a68716 100644
--- a/adb/commandline.c
+++ b/adb/commandline.c
@@ -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"