fixed cli documentation (#1038)

This commit is contained in:
2024-11-20 11:14:50 +01:00
committed by GitHub
parent 8f51215cb3
commit f1ffc6057a
3 changed files with 3 additions and 3 deletions

View File

@ -17634,7 +17634,7 @@ std::string Caller::vetophoton(int action) {
if (action == slsDetectorDefs::HELP_ACTION) {
os << R"V0G0N([ichip] [#photons] [energy in keV] [reference file]
[Gotthard2] Set veto reference for 128 channels for chip ichip according to reference file and #photons and energy in keV.
[ichip] [output file]
[ichip] [output file]
Get gain indices and veto reference for 128 channels for chip ichip, saved to file. )V0G0N"
<< std::endl;
return os.str();