plSetUsage
( | program_string, |
usage_string) ; |
Sets the program string and usage string displayed by the command
line help option (-h) and by plOptUsage
.
program_string
(const char *
, input)
String to appear as the name of program.
usage_string
(const char *
, input)
String to appear as the usage text.
This function is currently available in C, C++, Java, Ocaml, Octave and Python.
This function is not used in any examples.