This commit is contained in:
2020-09-23 13:15:53 +02:00
parent bd4299fd15
commit e786b9f037
4 changed files with 88 additions and 39 deletions

View File

@ -1015,7 +1015,7 @@ std::string CmdProxy::DetectorStatus(int action) {
os << cmd << ' ';
if (action == defs::HELP_ACTION) {
os << "[running, error, transmitting, finished, waiting, "
"idle]\n\tDetector status."
"idle]\n\tDetector status. Goes to stop server. "
<< '\n';
} else if (action == defs::GET_ACTION) {
if (!args.empty()) {