printUsage method
void
printUsage()
override
Prints the command usage instructions to the log.
Implementation
void printUsage() {
logger.info(usage);
}
Prints the command usage instructions to the log.
void printUsage() {
logger.info(usage);
}