[Overview][Types][Classes][Procedures and functions][Index] |
Sets the option the user can use to get help.
Source position: cmdline.pas line 467
procedure SetHelpOption( |
const Str: UTF8String |
); |
Str |
|
Option to set as help option with leading '-'. |
Usualy `-h' or `--help'. Default value is `--help'.
|
Display the help for the tool. |