aboutsummaryrefslogtreecommitdiff
path: root/runtest.exp
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2017-08-01 19:27:41 +1000
committerBen Elliston <bje@gnu.org>2017-08-01 19:28:00 +1000
commita9eae8991b049723e6bae7af635011c8935fd45c (patch)
tree881ab0a030dff42630185f353c2055a89da25a56 /runtest.exp
parent50ea9cf48dfb61c3de5f4393dea15eae63dea462 (diff)
downloaddejagnu-a9eae8991b049723e6bae7af635011c8935fd45c.zip
dejagnu-a9eae8991b049723e6bae7af635011c8935fd45c.tar.gz
dejagnu-a9eae8991b049723e6bae7af635011c8935fd45c.tar.bz2
* runtest.exp (usage): --reboot doesn't take a 'name' parameter.
Diffstat (limited to 'runtest.exp')
-rw-r--r--runtest.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.exp b/runtest.exp
index 0415e4e..e155dc4 100644
--- a/runtest.exp
+++ b/runtest.exp
@@ -387,7 +387,7 @@ proc usage { } {
send_user "\t--mail \[name(s)\]\tWhom to mail the results to\n"
send_user "\t--objdir \[name\]\t\tThe test suite binary directory\n"
send_user "\t--outdir \[name\]\t\tThe directory to put logs in\n"
- send_user "\t--reboot \[name\]\t\tReboot the target (if supported)\n"
+ send_user "\t--reboot\t\tReboot the target (if supported)\n"
send_user "\t--srcdir \[name\]\t\tThe test suite source code directory\n"
send_user "\t--status\t\tSet the exit status to fail on Tcl errors\n"
send_user "\t--strace \[number\]\tSet expect tracing ON\n"