This commit is contained in:
fgerlits 2007-06-13 14:05:51 +00:00
parent 4c4603e267
commit 6c19951816
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ int main (int argc,
break;
default:
std::cerr << "Invalid baud rate "
<< baudRate << "." << std::endl;
<< baudRate << "." << std::endl
<< "Pick one of 50, 75, 110, 134, 150, 200, "
"300, 600, 1200, 1800, 2400, 4800, 9600, "
"19200, 38400, 57600, or 115200." << std::endl;