mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 10:00:40 +02:00
newline after wrong command
This commit is contained in:
parent
5c239ad45f
commit
a785eb7d5e
@ -1113,7 +1113,7 @@ string slsDetectorCommand::helpLine(int narg, char *args[], int action) {
|
||||
if (narg==0) {
|
||||
os << "Command can be: " << endl;
|
||||
for(int i=0; i<numberOfCommands; ++i) {
|
||||
os << descrToFuncMap[i].m_pFuncName << "\t" ;
|
||||
os << descrToFuncMap[i].m_pFuncName << "\n" ;
|
||||
}
|
||||
os << endl;
|
||||
return os.str();
|
||||
|
Loading…
x
Reference in New Issue
Block a user