mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
Fixing stupid mistake.
This commit is contained in:
parent
34d727d48c
commit
723ab02319
@ -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);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user