From 537ceafe2fd433782dff9b4a4c66984fd6d11420 Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Sun, 14 Mar 2010 18:08:13 -0400 Subject: [PATCH] update usage for flow control switch --- tools/mc1322x-load.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/mc1322x-load.pl b/tools/mc1322x-load.pl index 2c2517dec..c56aef892 100755 --- a/tools/mc1322x-load.pl +++ b/tools/mc1322x-load.pl @@ -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; }