diff options
author | Alex Deymo <deymo@google.com> | 2016-03-24 19:51:05 -0700 |
---|---|---|
committer | Alex Deymo <deymo@google.com> | 2016-03-24 19:51:05 -0700 |
commit | f62d0cd94347b3e5c6a19331a0ffd0f52e8e2990 (patch) | |
tree | f5abff98a7464382b033674e79b751cfc1602bf6 /fastboot/fastboot.cpp | |
parent | a01de8fee1fa47ef4893d2017ac8c390c3c08a00 (diff) |
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
Diffstat (limited to 'fastboot/fastboot.cpp')
-rw-r--r-- | fastboot/fastboot.cpp | 4 |
1 files 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 <specific device> 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 <protocol>:<hostname>[:port] where" + " For ethernet, provide an address in the\n" + " form <protocol>:<hostname>[:port] where\n" " <protocol> is either tcp or udp.\n" " -p <product> Specify product name.\n" " -c <cmdline> Override kernel commandline.\n" |