diff --git a/slsDetectorSoftware/src/CmdProxy.h b/slsDetectorSoftware/src/CmdProxy.h index 5e172d16d..43fae14be 100644 --- a/slsDetectorSoftware/src/CmdProxy.h +++ b/slsDetectorSoftware/src/CmdProxy.h @@ -1537,11 +1537,10 @@ class CmdProxy { "[0, 1]\n\t[Jungfrau] The udp interface to stream data from detector. " "Effective only when number of interfaces is 1. Default: 0 (outer)"); - INTEGER_COMMAND_VEC_ID(udp_numdst, getNumberofUDPDestinations, - setNumberofUDPDestinations, StringTo, - "[1 - 32]\n\t[Jungfrau][Eiger] One can set upto 32 " + GET_COMMAND(udp_numdst, getNumberofUDPDestinations, + "\n\t[Jungfrau][Eiger] One can enter upto 32 " "destinations that the detector will stream images " - "out in a round robin fashion. Default: 1"); + "out in a round robin fashion. This is get only command. Default: 1"); INTEGER_COMMAND_VEC_ID( udp_firstdst, getFirstUDPDestination, setFirstUDPDestination,