comparison src/octave.cc @ 1120:3508c2ef142c

[project @ 1995-02-16 05:44:22 by jwe]
author jwe
date Thu, 16 Feb 1995 05:44:22 +0000
parents 69a277ede9ae
children ce76086a3954
comparison
equal deleted inserted replaced
1119:69a277ede9ae 1120:3508c2ef142c
375 { 375 {
376 cout << "\n" OCTAVE_NAME_VERSION_AND_COPYRIGHT "\n\n\ 376 cout << "\n" OCTAVE_NAME_VERSION_AND_COPYRIGHT "\n\n\
377 Usage: " << usage_string << "\n\ 377 Usage: " << usage_string << "\n\
378 \n\ 378 \n\
379 -d, --debug enter parser debugging mode\n\ 379 -d, --debug enter parser debugging mode\n\
380 -f, --ignore-init-file don't read ~/.octaverc or .octaverc at startup\n\ 380 -f, --ignore-init-file don't read any initialization files\n\
381 -h, -?, --help print short help message and exit\n\ 381 -h, -?, --help print short help message and exit\n\
382 -i, --interactive force interactive behavior\n\ 382 -i, --interactive force interactive behavior\n\
383 --info-file file use top-level info file `file'\n\ 383 --info-file FILE use top-level info file FILE\n\
384 -p path, --path path set initial LOADPATH to `path'\n\ 384 -p PATH, --path PATH set initial LOADPATH to PATH\n\
385 -q, --silent don't print message at startup\n\ 385 -q, --silent don't print message at startup\n\
386 -V, --verbose enable verbose output in some cases\n\ 386 -V, --verbose enable verbose output in some cases\n\
387 -v, --version print version number and exit\n\ 387 -v, --version print version number and exit\n\
388 -x, --echo-commands echo commands as they are executed\n\ 388 -x, --echo-commands echo commands as they are executed\n\
389 \n\ 389 \n\
390 file execute commands from `file'\n\ 390 FILE execute commands from FILE\n\
391 \n"; 391 \n";
392 392
393 exit (0); 393 exit (0);
394 } 394 }
395 395