update usage for flow control switch

This commit is contained in:
Mariano Alvira 2010-03-14 18:08:13 -04:00
parent 97f3b88582
commit 537ceafe2f

View File

@ -31,8 +31,9 @@ if($filename eq '') {
print " -s optional: secondary binary file to send\n";
print " -t default: /dev/ttyUSB0\n";
print " -b default: 115200\n";
print " anything on the command line is sent serial device\n";
print " after all of the files have been sent\n";
print " -r [none|rts] flow control default: rts\n";
print " anything on the command line is sent\n";
print " after all of the files.\n";
exit;
}