printHelp

Prinst the getopt help screen to the terminal.

void
printHelp
(
GetoptResult results
,
const string[] args
)

Parameters

results GetoptResult

The results as returned from the getopt call.

args string[]

The shell arguments passed to the program.

Meta