mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 21:26:50 +01:00
newline after wrong command
This commit is contained in:
@@ -1113,7 +1113,7 @@ string slsDetectorCommand::helpLine(int narg, char *args[], int action) {
|
|||||||
if (narg==0) {
|
if (narg==0) {
|
||||||
os << "Command can be: " << endl;
|
os << "Command can be: " << endl;
|
||||||
for(int i=0; i<numberOfCommands; ++i) {
|
for(int i=0; i<numberOfCommands; ++i) {
|
||||||
os << descrToFuncMap[i].m_pFuncName << "\t" ;
|
os << descrToFuncMap[i].m_pFuncName << "\n" ;
|
||||||
}
|
}
|
||||||
os << endl;
|
os << endl;
|
||||||
return os.str();
|
return os.str();
|
||||||
|
|||||||
Reference in New Issue
Block a user