Searched refs:strUsage (Results 1 – 1 of 1) sorted by relevance
200 std::string strUsage = pRemoteCommandParserItem->usage(); in helpCommandProcess() local203 size_t spacesToAdd = _maxCommandUsageLength + 5 - strUsage.length(); in helpCommandProcess()205 strResult += strUsage + std::string(spacesToAdd, ' ') + "=> " + in helpCommandProcess()