Merge "Fix missing newline in Fastboot help." into nyc-mr1-dev

This commit is contained in:
TreeHugger Robot 2016-07-01 04:09:13 +00:00 committed by Android (Google) Code Review
commit 7f871b4249

View file

@ -371,8 +371,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"