From dc3a71da1b826099f7c1586f7fc451bf3c842571 Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Tue, 13 May 2025 22:29:40 +0200 Subject: [PATCH] Document existing option to read commands from stdin --- tests/ampctl.c | 4 +++- tests/rigctl.c | 4 +++- tests/rotctl.c | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/tests/ampctl.c b/tests/ampctl.c index 096754afe..d08dfd9aa 100644 --- a/tests/ampctl.c +++ b/tests/ampctl.c @@ -490,7 +490,9 @@ void usage() " -v, --verbose set verbose mode, cumulative (-v to -vvvvv)\n" " -Z, --debug-time-stamps enable time stamps for debug messages\n" " -h, --help display this help and exit\n" - " -V, --version output version information and exit\n\n" + " -V, --version output version information and exit\n" + " - read commands from standard input\n" + "\n" ); usage_amp(stdout); diff --git a/tests/rigctl.c b/tests/rigctl.c index 29b758e13..d821cff28 100644 --- a/tests/rigctl.c +++ b/tests/rigctl.c @@ -957,7 +957,9 @@ void usage(void) " -h, --help display this help and exit\n" " -V, --version output version information and exit\n" " -!, --cookie use cookie control\n" - " -#, --skip-init skip rig initialization\n\n" + " -#, --skip-init skip rig initialization\n" + " - read commands from standard input\n" + "\n" ); usage_rig(stdout); diff --git a/tests/rotctl.c b/tests/rotctl.c index f16d959a9..65402dd0f 100644 --- a/tests/rotctl.c +++ b/tests/rotctl.c @@ -552,7 +552,9 @@ void usage() " -v, --verbose set verbose mode, cumulative (-v to -vvvvv)\n" " -Z, --debug-time-stamps enable time stamps for debug messages\n" " -h, --help display this help and exit\n" - " -V, --version output version information and exit\n\n" + " -V, --version output version information and exit\n" + " - read commands from standard input\n" + "\n" ); usage_rot(stdout);