Mercurial > hg > octave-nkf
diff src/octave.cc @ 616:9ced66fce8a3
[project @ 1994-08-15 04:16:37 by jwe]
author | jwe |
---|---|
date | Mon, 15 Aug 1994 04:16:43 +0000 |
parents | 17cddd259c6f |
children | 1a7dea6fa26b |
line wrap: on
line diff
--- a/src/octave.cc +++ b/src/octave.cc @@ -92,10 +92,11 @@ // Guess what? char *the_current_working_directory = 0; -// Load path specified on command line. +// Load path specified on command line. (--path path; -p path) char *load_path = 0; // Name of the info file specified on command line. +// (--info-file file; -i file) char *info_file = 0; // Name of the editor to be invoked by the edit_history command. @@ -137,12 +138,14 @@ } // Nonzero means we read ~/.octaverc and ./.octaverc. +// (--norc; --ignore-init-file; -f) static int read_init_files = 1; // Nonzero means we printed messages about reading startup files. static int reading_startup_message_printed = 0; // Nonzero means we don\'t print the usual startup message. +// (--quiet; --silent; -q) static int inhibit_startup_message = 0; // Usage message