This commit is contained in:
2020-08-28 19:47:19 +02:00
parent 30307220e3
commit e0df9fcd99
4 changed files with 44 additions and 10 deletions

View File

@ -504,8 +504,9 @@ std::string CmdProxy::Speed(int action) {
if (action == defs::HELP_ACTION) {
os << "[0 or full_speed|1 or half_speed|2 or "
"quarter_speed]\n\t[Eiger][Jungfrau] Readout speed of "
"chip.\n\tJungfrau also overwrites adcphase to recommended "
"default. "
"chip.\n\t[Jungfrau] FULL_SPEED option only available from v2.0 "
"boards and with setting number of interfaces to 2. Also "
"overwrites adcphase to recommended default. "
<< '\n';
} else {
defs::detectorType type = det->getDetectorType().squash();