Methods that provide help for diagnostic commands starts with "print". This is misleading since the methods don't actually print things. Instead they return a help a message as a String[].
A better prefix would be "get", for example, getHelp() or getStartupHelp().
A better prefix would be "get", for example, getHelp() or getStartupHelp().