GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
usage.h File Reference
#include "octave-config.h"
#include <iosfwd>
#include "version.h"
Include dependency graph for usage.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

static void octave_print_terse_usage_and_exit (void)
 
static void octave_print_verbose_usage_and_exit (void)
 
static void octave_print_version_and_exit (void)
 

Variables

static const char * usage_string
 

Function Documentation

◆ octave_print_terse_usage_and_exit()

static void octave_print_terse_usage_and_exit ( void  )
static

Definition at line 106 of file usage.h.

References usage_string.

Referenced by cmdline_options::cmdline_options(), and application::init().

◆ octave_print_verbose_usage_and_exit()

static void octave_print_verbose_usage_and_exit ( void  )
static

◆ octave_print_version_and_exit()

static void octave_print_version_and_exit ( void  )
static

Variable Documentation

◆ usage_string

const char* usage_string
static
Initial value:
=
"octave [-HVWdfhiqvx] [--debug] [--doc-cache-file file] [--echo-commands]\n\
[--eval CODE] [--exec-path path] [--experimental-terminal-widget]\n\
[--gui] [--help] [--image-path path] [--info-file file]\n\
[--info-program prog] [--interactive] [--line-editing] [--no-gui]\n\
[--no-history] [--no-init-file] [--no-init-path] [--no-line-editing]\n\
[--no-site-file] [--no-window-system] [--norc] [-p path]\n\
[--path path] [--persist] [--server] [--silent] [--traditional]\n\
[--verbose] [--version] [file]"

Definition at line 36 of file usage.h.

Referenced by octave_print_terse_usage_and_exit().