This commit is contained in:
2020-08-19 18:45:39 +02:00
parent caff89a040
commit 5f23a664fa
3 changed files with 22 additions and 11 deletions

View File

@ -2516,7 +2516,7 @@ std::string CmdProxy::AdcRegister(int action) {
if (action == defs::HELP_ACTION) {
os << "[address] [value]\n\t[Jungfrau][Ctb][Moench][Gotthard] Writes "
"to an adc "
"register in hex. Advanced user Function."
"register in hex. Advanced user Function!"
<< '\n';
} else if (action == defs::GET_ACTION) {
throw sls::RuntimeError("Cannot get.");