summaryrefslogtreecommitdiffstats
path: root/adb/commandline.c
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-03-01 22:54:12 -0800
committerBrian Carlstrom <bdc@google.com>2010-03-01 22:54:12 -0800
commit6fcc801eadcccd09d92045f851f9fbf1ed0f25ea (patch)
tree061da4cbad375050d740a970093b3c7f2fec4d93 /adb/commandline.c
parente2bf2ea4d2846031edfc52b942ad53e5467243f6 (diff)
downloadsystem_core-6fcc801eadcccd09d92045f851f9fbf1ed0f25ea.zip
system_core-6fcc801eadcccd09d92045f851f9fbf1ed0f25ea.tar.gz
system_core-6fcc801eadcccd09d92045f851f9fbf1ed0f25ea.tar.bz2
Add missing newlines to adb usage message
Diffstat (limited to 'adb/commandline.c')
-rw-r--r--adb/commandline.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/adb/commandline.c b/adb/commandline.c
index cd84c3a..857cee3 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"