From 164d7f77389462c0b984ae07485ad9a8e943379f Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Mon, 13 Oct 2025 17:58:37 +0100 Subject: [PATCH] Add the extra --watchfd syntax to the help for that option. --- src/main/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/help.c b/src/main/help.c index 633b4ae..cd74f73 100644 --- a/src/main/help.c +++ b/src/main/help.c @@ -357,7 +357,7 @@ void display_help(void) { "-U", "--store-and-forward", N_("FILE"), N_("write all input to FILE before writing to output"), { 0, 0, 0, 0} }, - { "-d", "--watchfd", N_("PID[:FD]"), + { "-d", "--watchfd", N_("PID[:FD]|=NAME|@LISTFILE"), N_("watch file FD opened by process PID"), { 0, 0, 0, 0} }, #ifdef PV_REMOTE_CONTROL