helpMessage method

String helpMessage()

Returns the usage message describing the accepted options.

Implementation

String helpMessage() {
  return "${parser.usage}\n";
}