comparison src/octave.cc @ 10731:f5dbac015606

Add [FILE] to octave usage string (bug #30258).
author Rik <octave@nomad.inbox5.com>
date Thu, 24 Jun 2010 20:08:14 -0700
parents e103fb2182ce
children 89f4d7e294cc
comparison
equal deleted inserted replaced
10730:390d93e20531 10731:f5dbac015606
465 static void 465 static void
466 verbose_usage (void) 466 verbose_usage (void)
467 { 467 {
468 std::cout << OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY "\n\ 468 std::cout << OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY "\n\
469 \n\ 469 \n\
470 Usage: octave [options]\n\ 470 Usage: octave [options] [FILE]\n\
471 \n\ 471 \n\
472 Options:\n\ 472 Options:\n\
473 \n\ 473 \n\
474 --debug, -d Enter parser debugging mode.\n\ 474 --debug, -d Enter parser debugging mode.\n\
475 --doc-cache-file FILE Use doc cache file FILE.\n\ 475 --doc-cache-file FILE Use doc cache file FILE.\n\