modified comments about ctb and xilinx not using roi
All checks were successful
Build on RHEL9 / build (push) Successful in 2m57s
Build on RHEL8 / build (push) Successful in 5m2s

This commit is contained in:
2025-07-01 17:34:40 +02:00
parent 929e441dc6
commit 92fd3f0609
3 changed files with 3 additions and 3 deletions

View File

@@ -745,7 +745,8 @@ std::string Caller::rx_roi(int action) {
"get command.\n"
"\t- Use the command 'rx_clearroi' to clear all ROIs.\n"
"\t- Changing the number of UDP interfaces will automatically clear "
"the current ROIs.\n";
"the current ROIs.\n\n"
"\t- Cannot be set for CTB or Xilinx CTB.\n";
if (action == defs::HELP_ACTION) {
os << helpMessage;