change gain mode help from dynamicgain to dynamic (#988)

This commit is contained in:
2024-09-30 17:04:15 +02:00
committed by GitHub
parent 8144397b2c
commit 6348ccd05b
3 changed files with 4 additions and 5 deletions

View File

@ -5474,7 +5474,7 @@ std::string Caller::gainmode(int action) {
// print help
if (action == slsDetectorDefs::HELP_ACTION) {
os << "Command: gainmode" << std::endl;
os << R"V0G0N([dynamicgain|forceswitchg1|forceswitchg2|fixg1|fixg2|fixg0]
os << R"V0G0N([dynamic|forceswitchg1|forceswitchg2|fixg1|fixg2|fixg0]
[Jungfrau] Gain mode.
CAUTION: Do not use fixg0 without caution, you can damage the detector!!! )V0G0N"
<< std::endl;