changeset 15473:c8c828276b69

* octave.cc (long_opts): Use --no-jit-compiler to match docs.
author John W. Eaton <jwe@octave.org>
date Wed, 03 Oct 2012 02:06:35 -0400
parents c5749d4eab58
children 457a2ff2a71b
files libinterp/octave.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave.cc
+++ b/libinterp/octave.cc
@@ -245,7 +245,7 @@
   { "no-history",               no_argument,       0, 'H' },
   { "no-init-file",             no_argument,       0, NO_INIT_FILE_OPTION },
   { "no-init-path",             no_argument,       0, NO_INIT_PATH_OPTION },
-  { "no-jit",                   no_argument,       0, NO_JIT_COMPILER_OPTION },
+  { "no-jit-compiler",          no_argument,       0, NO_JIT_COMPILER_OPTION },
   { "no-line-editing",          no_argument,       0, NO_LINE_EDITING_OPTION },
   { "no-site-file",             no_argument,       0, NO_SITE_FILE_OPTION },
   { "no-window-system",         no_argument,       0, NO_WINDOW_SYSTEM_OPTION },