From f62d0cd94347b3e5c6a19331a0ffd0f52e8e2990 Mon Sep 17 00:00:00 2001 From: Alex Deymo Date: Thu, 24 Mar 2016 19:51:05 -0700 Subject: [PATCH] fastboot: Minor fix to help text. Help text had some missing end of line markers. Bug: None TEST=make out/host/linux-x86/bin/fastboot; fastboot Change-Id: Iaa9e4e0a2d70c7d427f5e99e72fe1c2e2c26ee92 --- fastboot/fastboot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastboot/fastboot.cpp b/fastboot/fastboot.cpp index 7e60a7293..fa8f19a58 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -355,8 +355,8 @@ static void usage() { " formatting.\n" " -s Specify a device. For USB, provide either\n" " a serial number or path to device port.\n" - " For ethernet, provide an address in the" - " form :[:port] where" + " For ethernet, provide an address in the\n" + " form :[:port] where\n" " is either tcp or udp.\n" " -p Specify product name.\n" " -c Override kernel commandline.\n"