From c770bcfb7e669c0a6a5371745847a116097b339a Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 11 Aug 2021 19:34:23 +0200 Subject: [PATCH] minor comment --- slsDetectorSoftware/src/CmdProxy.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/slsDetectorSoftware/src/CmdProxy.cpp b/slsDetectorSoftware/src/CmdProxy.cpp index 6dc2ba458..0f6de6fa8 100644 --- a/slsDetectorSoftware/src/CmdProxy.cpp +++ b/slsDetectorSoftware/src/CmdProxy.cpp @@ -261,7 +261,9 @@ std::string CmdProxy::SerialNumber(int action) { std::ostringstream os; os << cmd << ' '; if (action == slsDetectorDefs::HELP_ACTION) - os << "\n\tSerial number of detector.\n\t[Gotthard2] Can overwrite" + os << "\n\tSerial number of detector.\n\t[Gotthard2] Can overwrite and " + "is sent out as mod_id in sls_detector_header in header of UDP " + "data packet streamed out from detector." << '\n'; else if (action == slsDetectorDefs::GET_ACTION) { if (!args.empty()) {