From 1c5250ea7f7ea12fdf2fd79223acc74ef38120d8 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Wed, 11 Apr 2018 17:55:42 +0200 Subject: [PATCH] warning --- slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp b/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp index 7ddfccf9b..48507bc0d 100644 --- a/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp +++ b/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp @@ -4142,7 +4142,7 @@ string slsDetectorCommand::helpNetworkParameter(int narg, char *args[], int acti "Default is ip of rx_hostname and works for GUI. This is usually used to stream out to an external process for further processing." "restarts streaming in receiver with new port" << std::endl; os << "rx_jsonaddheader [t]\n sets additional json header to be streamed " - "out with the zmq from receiver. Default is empty. \c t must be in the format '\"label1\":\"value1\",\"label2\":\"value2\"' etc." + "out with the zmq from receiver. Default is empty. t must be in the format '\"label1\":\"value1\",\"label2\":\"value2\"' etc." "Use only if it needs to be processed by an intermediate process." << std::endl; } if (action==GET_ACTION || action==HELP_ACTION) {