Searched refs:m_usageToolName (Results 1 – 1 of 1) sorted by relevance
65 m_usageToolName = usageToolName; in Command()91 usageMsgPrefix (m_usageToolName), USAGE_OPT_NAMES); in getOptParser()190 m_out.print (usageMsgPrefix (m_usageToolName)); in usageexit()197 m_out.print (usageMsgPrefix (m_usageToolName)); in usageexit()198 m_out.println (toolNameToCommandName (m_usageToolName) + " " + usageArgsMsg () + ","); in usageexit()218 m_out.print (toolNameToCommandName (m_usageToolName) + ": "); m_out.println (msg); in exit()287 protected final String m_usageToolName; field in Command