Mercurial > hg > octave-lyh
comparison src/octave.cc @ 3922:38c61cbf086c
[project @ 2002-05-01 06:48:35 by jwe]
author | jwe |
---|---|
date | Wed, 01 May 2002 06:48:36 +0000 |
parents | 5e8e63b22c76 |
children | f9ea3dcf58ee |
comparison
equal
deleted
inserted
replaced
3921:fb92c3b1aa3b | 3922:38c61cbf086c |
---|---|
267 // Usage message with extra help. | 267 // Usage message with extra help. |
268 | 268 |
269 static void | 269 static void |
270 verbose_usage (void) | 270 verbose_usage (void) |
271 { | 271 { |
272 std::cout << OCTAVE_NAME_VERSION_AND_COPYRIGHT "\n\ | 272 std::cout << OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_AND_WARRANTY "\n\ |
273 \n\ | 273 \n\ |
274 Usage: octave [options]\n\ | 274 Usage: octave [options]\n\ |
275 \n\ | 275 \n\ |
276 Options:\n\ | 276 Options:\n\ |
277 \n\ | 277 \n\ |
313 } | 313 } |
314 | 314 |
315 static void | 315 static void |
316 print_version_and_exit (void) | 316 print_version_and_exit (void) |
317 { | 317 { |
318 std::cout << OCTAVE_NAME_AND_VERSION << "\n"; | 318 std::cout << OCTAVE_NAME_VERSION_COPYRIGHT_COPYING_WARRANTY_AND_BUGS "\n"; |
319 exit (0); | 319 exit (0); |
320 } | 320 } |
321 | 321 |
322 static void | 322 static void |
323 initialize_error_handlers () | 323 initialize_error_handlers () |