Fixing stupid mistake.

git-svn-id: svn://10.0.0.236/trunk@55765 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rginda%netscape.com 1999-12-08 22:26:19 +00:00
parent b7fb654fc5
commit c3389c553d

View File

@ -433,10 +433,10 @@ sub usage {
"(-s|--shellpath) <path> Location of JavaScript shell.\n" .
"(-t|--trace) Trace script execution.\n" .
"(-u|--lxrurl) <url> Complete URL to tests subdirectory on lxr.\n" .
" (default is $opt_lxr_url)\n"
"(-x|--noexitmunge) <url> Don't do exit code munging (try this if it\n" .
" (default is $opt_lxr_url)\n" .
"(-x|--noexitmunge) Don't do exit code munging (try this if it\n" .
" seems like your exit codes are turning up\n" .
" as exit signals.\n");
" as exit signals.)\n");
exit (1);
}