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