From 805c4a70300ed918853eec2f67e7b45919e48e10 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Mon, 1 Mar 2010 22:54:12 -0800 Subject: [PATCH] Add missing newlines to adb usage message --- adb/commandline.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/adb/commandline.c b/adb/commandline.c index 2201d20b0..5a68716f4 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 : - connect to a device via TCP/IP" - " disconnect : - disconnect from a TCP/IP device" + " connect : - connect to a device via TCP/IP\n" + " disconnect : - disconnect from a TCP/IP device\n" "\n" "device commands:\n" " adb push - copy file/dir to device\n"