[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'CmdLine' (#Pkg)

SetHelpOption

Sets the option the user can use to get help.

Declaration

Source position: cmdline.pas line 467

procedure SetHelpOption(

  const Str: UTF8String

);

Arguments

Str

  

Option to set as help option with leading '-'.

Description

Usualy `-h' or `--help'. Default value is `--help'.

See also

DisplayHelp

  

Display the help for the tool.