|
From: <sv...@va...> - 2005-06-20 12:16:41
|
Author: cerion
Date: 2005-06-20 13:15:54 +0100 (Mon, 20 Jun 2005)
New Revision: 1210
Log:
fix 'Usage:'
Modified:
trunk/switchback/binary_switchback.pl
Modified: trunk/switchback/binary_switchback.pl
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/switchback/binary_switchback.pl 2005-06-14 21:59:16 UTC (rev 12=
09)
+++ trunk/switchback/binary_switchback.pl 2005-06-20 12:15:54 UTC (rev 12=
10)
@@ -37,7 +37,7 @@
}
=20
sub Usage {
- print "Usage: binary_switchback.pl test_name <start> <last_good> <la=
st_bad>\n";
+ print "Usage: binary_switchback.pl test_name [last_good [last_bad]]\=
n";
print "where:\n";
print " test_name =3D obj filename - without '.o'\n";
print " last_good =3D last known good bb (search space minimum)\n"=
;
|