No bug. Fix a tiny error in the JS shell's help message. rs=terrence.

DONTBUILD because it's a trivial string-only change.

--HG--
extra : rebase_source : b98b49fbb60efed5953f4da6f2e47637172556c5
This commit is contained in:
Nicholas Nethercote 2014-05-15 16:47:58 -07:00
parent e73115995a
commit 8b7417f3d7

View File

@ -6171,7 +6171,7 @@ main(int argc, char **argv, char **envp)
|| !op.addBoolOption('\0', "ion-eager", "Always ion-compile methods (implies --baseline-eager)")
|| !op.addBoolOption('\0', "ion-compile-try-catch", "Ion-compile try-catch statements")
|| !op.addStringOption('\0', "ion-parallel-compile", "on/off",
"Compile scripts off thread (default: off)")
"Compile scripts off thread (default: on)")
|| !op.addBoolOption('\0', "baseline", "Enable baseline compiler (default)")
|| !op.addBoolOption('\0', "no-baseline", "Disable baseline compiler")
|| !op.addBoolOption('\0', "baseline-eager", "Always baseline-compile methods")