From e5fb422a21223b9ff99f0e43ad3af1118687e9c9 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 1 Mar 2019 10:56:16 +0000 Subject: [PATCH] COB-57: Added short explanation of tool in usage() --- RTCP/Cobalt/InputProc/src/Station/generate.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RTCP/Cobalt/InputProc/src/Station/generate.cc b/RTCP/Cobalt/InputProc/src/Station/generate.cc index 338a3f5f4fb..ca91c91a38c 100644 --- a/RTCP/Cobalt/InputProc/src/Station/generate.cc +++ b/RTCP/Cobalt/InputProc/src/Station/generate.cc @@ -43,6 +43,9 @@ void usage() { cerr << "Usage: generator -p parset [options]" << endl; cerr << endl; + cerr << "Generates the RSP data streams as they would come from a station." << endl; + cerr << "If run in MPI, the stations for which to generate are distributed among the nodes." << endl; + cerr << endl; cerr << "-h Show this help." << endl; cerr << "-p parset Read configuration from given (augmented) parset." << endl; } -- GitLab