mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 18:40:42 +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) {
|
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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user