diff options
author | Alex Deymo <deymo@google.com> | 2016-03-25 04:49:37 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-03-25 04:49:37 +0000 |
commit | 1b245719f17c7b8d64af39f5dfa5af4ad3304bb9 (patch) | |
tree | 93b1f08321bf8992b8c5ab3aa1d68c0d467e5733 /fastboot/fastboot.cpp | |
parent | f0fa9f3608789a0145153aab59b3e02655c097c8 (diff) | |
parent | 92a70439d6767f577546ccf7baf215b113265ae0 (diff) |
Merge "fastboot: Minor fix to help text."
am: 92a7043
* commit '92a70439d6767f577546ccf7baf215b113265ae0':
fastboot: Minor fix to help text.
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 636092e9e..3f820b6c9 100644 --- a/fastboot/fastboot.cpp +++ b/fastboot/fastboot.cpp @@ -357,8 +357,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" |