diff libinterp/octave.h @ 29898:dffd1c943f1a stable

main.cc: Use getopt to parse command line arguments (bug #60886). * src/main.in.cc (main): Use getopt to parse command line arguments. * libinterp/options-usage.h: Split into options.h and usage.h. * libinterp/options.h (octave_getopt_options long_opts): Add command line options "force-gui" and "no-gui-libs" to struct. (grafted from bc19d9360bace492accb86414badda5ab9ba8cde)
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 18 Jul 2021 15:54:48 +0200
parents 0a5b15007766
children 853e4b7ae0d5
line wrap: on
line diff
--- a/libinterp/octave.h	Wed Jul 14 20:21:44 2021 -0700
+++ b/libinterp/octave.h	Sun Jul 18 15:54:48 2021 +0200
@@ -35,7 +35,7 @@
 
 namespace octave
 {
-  // Command line arguments.  See also options-usage.h.
+  // Command line arguments.  See also options.h.
 
   class OCTINTERP_API cmdline_options
   {