From 40a1d27e3aadfef3ad344565caaec05c097236f9 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 23 Sep 2020 14:58:30 +0200 Subject: [PATCH] wip, doc --- slsDetectorSoftware/src/CmdProxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/src/CmdProxy.cpp b/slsDetectorSoftware/src/CmdProxy.cpp index 9e2598097..1a4db9526 100644 --- a/slsDetectorSoftware/src/CmdProxy.cpp +++ b/slsDetectorSoftware/src/CmdProxy.cpp @@ -1639,7 +1639,7 @@ std::string CmdProxy::VetoPhoton(int action) { os << "[ichip] [#photons] [energy in keV] [reference " "file]\n\t[Gotthard2] Set veto reference for 128 channels for " "chip ichip according to reference file and #photons and energy " - "in keV.\n\t[ichip] [output file]\n\t Get gain indices and veto " + "in keV.\n[ichip] [output file]\n\t Get gain indices and veto " "reference for 128 channels for chip ichip, saved to file." << '\n'; } else if (action == defs::GET_ACTION) {