Searched refs:mainLine (Results 1 – 1 of 1) sorted by relevance
1170 StringBuilder mainLine = new StringBuilder(); in usage() local1171 mainLine.append(indent).append("Usage: ").append(programName); in usage()1172 if (hasOptions) mainLine.append(" [options]"); in usage()1173 if (hasCommands) mainLine.append(indent).append(" [command] [command options]"); in usage()1175 mainLine.append(" ").append(mainParameterDescription.getDescription()); in usage()1177 wrapDescription(out, indentCount, mainLine.toString()); in usage()