# HG changeset patch # User John W. Eaton # Date 1349244395 14400 # Node ID c8c828276b69a25b708b75f542998919d80f4a55 # Parent c5749d4eab58224e682291ed5e5f84a6a5c5e9d4 * octave.cc (long_opts): Use --no-jit-compiler to match docs. diff -r c5749d4eab58 -r c8c828276b69 libinterp/octave.cc --- a/libinterp/octave.cc Tue Oct 02 17:20:59 2012 -0400 +++ b/libinterp/octave.cc Wed Oct 03 02:06:35 2012 -0400 @@ -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 },