From adde711c9a521729e6882e0579fcaa25fecb3cb1 Mon Sep 17 00:00:00 2001
From: Arno Schoenmakers <schoenmakers@astron.nl>
Date: Fri, 25 May 2018 13:30:09 +0000
Subject: [PATCH] SW-114: Better adapted help message beamctl

---
 MAC/APL/PAC/ITRFBeamServer/src/beamctl.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/MAC/APL/PAC/ITRFBeamServer/src/beamctl.cc b/MAC/APL/PAC/ITRFBeamServer/src/beamctl.cc
index 2f7fc524092..c586fdce3d9 100644
--- a/MAC/APL/PAC/ITRFBeamServer/src/beamctl.cc
+++ b/MAC/APL/PAC/ITRFBeamServer/src/beamctl.cc
@@ -550,9 +550,9 @@ void beamctl::usage() const
         "                    # SKYSCAN will scan the sky with a L x M grid in the (l,m) plane\n"
         "  --anadir=longitude,latitude,type[,duration]\n"
         "                    # direction of the analogue HBA beam\n"
-        "  --rcumode=0..7    # Old-style RCU mode to use (DEPRECATED; only available for"
-        "                      compatibility with existing scripts. Please use antenna- "
-        "                      set + band selection. The rcumode selected here must not "
+        "  --rcumode=0..7    # Old-style RCU mode to use (DEPRECATED; only available for\n"
+        "                      compatibility with existing scripts. Please use antenna-\n"
+        "                      set + band selection. The rcumode selected here must not\n"
         "                      conflict with the selected antennaset)\n"
         "  --help            # print this usage\n"
         "\n"
-- 
GitLab