# HG changeset patch # User John W. Eaton # Date 1345748899 14400 # Node ID 6ec6ddebb1a6dffd3599cca1ce21313c560e2b8d # Parent e3dc9ff8e0f2619ca93db5ba79d074d0b968e350 include --force-gui and --no-gui options in --help output * octave.cc (verbose_usage): Include --force-gui and --no-gui in the output. diff -r e3dc9ff8e0f2 -r 6ec6ddebb1a6 libinterp/octave.cc --- a/libinterp/octave.cc Thu Aug 23 10:52:52 2012 -0700 +++ b/libinterp/octave.cc Thu Aug 23 15:08:19 2012 -0400 @@ -538,12 +538,14 @@ --echo-commands, -x Echo commands as they are executed.\n\ --eval CODE Evaluate CODE. Exit when done unless --persist.\n\ --exec-path PATH Set path for executing subprograms.\n\ + --force-gui Force graphical user interface to start.\n\ --help, -h, Print short help message and exit.\n\ --image-path PATH Add PATH to head of image search path.\n\ --info-file FILE Use top-level info file FILE.\n\ --info-program PROGRAM Use PROGRAM for reading info files.\n\ --interactive, -i Force interactive behavior.\n\ --line-editing Force readline use for command-line editing.\n\ + --no-gui Disable the graphical user interface.\n\ --no-history, -H Don't save commands to the history list\n\ --no-init-file Don't read the ~/.octaverc or .octaverc files.\n\ --no-init-path Don't initialize function search path.\n\