fix the command help in the command help generator for Gotthard2 about nextframenumber (#994)

This commit is contained in:
2024-10-03 11:50:42 +02:00
committed by GitHub
parent d2bfb91a16
commit 04eed990c7
4 changed files with 8023 additions and 8021 deletions

View File

@ -7373,7 +7373,7 @@ std::string Caller::nextframenumber(int action) {
if (action == slsDetectorDefs::HELP_ACTION) {
os << "Command: nextframenumber" << std::endl;
os << R"V0G0N([n_value]
[Eiger][Jungfrau][Moench][Ctb][Xilinx Ctb] Next frame number. Stopping acquisition might result in different frame numbers for different modules. )V0G0N"
[Eiger][Jungfrau][Moench][Ctb][Xilinx Ctb][Gotthard2] Next frame number. Stopping acquisition might result in different frame numbers for different modules. So, after stopping, next frame number (max + 1) is set for all the modules afterwards. )V0G0N"
<< std::endl;
return os.str();
}