diff --git a/js/src/shell/js.cpp b/js/src/shell/js.cpp index 9647fe6415ba..3ae130f0cf77 100644 --- a/js/src/shell/js.cpp +++ b/js/src/shell/js.cpp @@ -5281,7 +5281,7 @@ main(int argc, char **argv, char **envp) "Don't compile very large scripts (default: on, off to disable)") || !op.addIntOption('\0', "ion-uses-before-compile", "COUNT", "Wait for COUNT calls or iterations before compiling " - "(default: 10240)", -1) + "(default: 1000)", -1) || !op.addStringOption('\0', "ion-regalloc", "[mode]", "Specify Ion register allocation:\n" " lsra: Linear Scan register allocation (default)\n"