From 8b3b61e2d3e057474e72d5f62cbac2f398e0a0e9 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Tue, 21 Oct 2025 21:13:27 +0100 Subject: [PATCH] Separate the data transfer modifier options from the alternative operating mode options. --- src/main/help.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/help.c b/src/main/help.c index 1bd2efc..673f719 100644 --- a/src/main/help.c +++ b/src/main/help.c @@ -360,6 +360,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} }, + { "", NULL, NULL, NULL, { 0, 0, 0, 0} }, { "-d", "--watchfd", N_("PID[:FD]|=NAME|@LISTFILE"), N_("watch file FD opened by process PID"), { 0, 0, 0, 0} },