From f09dfde157786bfeff4b16387f31024f5522aed1 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Thu, 21 May 2026 10:21:24 +0200 Subject: [PATCH 1/2] docstring --- slsDetectorSoftware/src/CallerSpecial.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/slsDetectorSoftware/src/CallerSpecial.cpp b/slsDetectorSoftware/src/CallerSpecial.cpp index dc2ae8c6c..ac75fab4c 100644 --- a/slsDetectorSoftware/src/CallerSpecial.cpp +++ b/slsDetectorSoftware/src/CallerSpecial.cpp @@ -1000,7 +1000,8 @@ std::string Caller::counters(int action) { std::ostringstream os; if (action == defs::HELP_ACTION) { os << "[i0] [i1] [i2]... \n\t[Mythen3] List of counters indices " - "enabled. Each element in list can be 0 - 2 and must be non " + "enabled, support both comma and/or space separation. Each " + "element in list can be 0 - 2 and must be non " "repetitive. Enabling counters sets vth dacs to remembered " "values and disabling sets them to disabled values." << '\n'; @@ -1198,7 +1199,8 @@ std::string Caller::rx_dbitlist(int action) { if (action == defs::HELP_ACTION) { os << "[all] or [none] or [i0] [i1] [i2]... \n\t[Ctb] List of digital " "signal bits enabled and rearranged according to the signals " - "(all samples of each signal is put together). If 'all' is used " + "(all samples of each signal is put together). Support both " + "comma and/or space separation. If 'all' is used " "instead of a list, all digital bits (64) enabled. Each element " "in list can be 0 - 63 and must be non repetitive. The option " "'none' will still spit out all data as is from the detector, " From 1e725bac992c004d5b602d21b0735ada87186650 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Thu, 21 May 2026 10:24:10 +0200 Subject: [PATCH 2/2] Revert "docstring" This reverts commit f09dfde157786bfeff4b16387f31024f5522aed1. --- slsDetectorSoftware/src/CallerSpecial.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/slsDetectorSoftware/src/CallerSpecial.cpp b/slsDetectorSoftware/src/CallerSpecial.cpp index ac75fab4c..dc2ae8c6c 100644 --- a/slsDetectorSoftware/src/CallerSpecial.cpp +++ b/slsDetectorSoftware/src/CallerSpecial.cpp @@ -1000,8 +1000,7 @@ std::string Caller::counters(int action) { std::ostringstream os; if (action == defs::HELP_ACTION) { os << "[i0] [i1] [i2]... \n\t[Mythen3] List of counters indices " - "enabled, support both comma and/or space separation. Each " - "element in list can be 0 - 2 and must be non " + "enabled. Each element in list can be 0 - 2 and must be non " "repetitive. Enabling counters sets vth dacs to remembered " "values and disabling sets them to disabled values." << '\n'; @@ -1199,8 +1198,7 @@ std::string Caller::rx_dbitlist(int action) { if (action == defs::HELP_ACTION) { os << "[all] or [none] or [i0] [i1] [i2]... \n\t[Ctb] List of digital " "signal bits enabled and rearranged according to the signals " - "(all samples of each signal is put together). Support both " - "comma and/or space separation. If 'all' is used " + "(all samples of each signal is put together). If 'all' is used " "instead of a list, all digital bits (64) enabled. Each element " "in list can be 0 - 63 and must be non repetitive. The option " "'none' will still spit out all data as is from the detector, "