# HG changeset patch # User jwe # Date 792913462 0 # Node ID 3508c2ef142c890d4746f9ad0a8454650801e91e # Parent 69a277ede9aeafbeabb93042252a6a1fc0b7ff2c [project @ 1995-02-16 05:44:22 by jwe] diff -r 69a277ede9ae -r 3508c2ef142c src/octave.cc --- a/src/octave.cc Thu Feb 16 05:40:16 1995 +0000 +++ b/src/octave.cc Thu Feb 16 05:44:22 1995 +0000 @@ -377,17 +377,17 @@ Usage: " << usage_string << "\n\ \n\ -d, --debug enter parser debugging mode\n\ - -f, --ignore-init-file don't read ~/.octaverc or .octaverc at startup\n\ + -f, --ignore-init-file don't read any initialization files\n\ -h, -?, --help print short help message and exit\n\ -i, --interactive force interactive behavior\n\ - --info-file file use top-level info file `file'\n\ - -p path, --path path set initial LOADPATH to `path'\n\ + --info-file FILE use top-level info file FILE\n\ + -p PATH, --path PATH set initial LOADPATH to PATH\n\ -q, --silent don't print message at startup\n\ -V, --verbose enable verbose output in some cases\n\ -v, --version print version number and exit\n\ -x, --echo-commands echo commands as they are executed\n\ \n\ - file execute commands from `file'\n\ + FILE execute commands from FILE\n\ \n"; exit (0);