aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-06-08 21:02:44 +0000
committerLaurent Bercot <ska@appnovation.com>2025-06-08 21:02:44 +0000
commit8f39a307f966f7c426bbfccd08c5f18f3c34fcd2 (patch)
tree61f03f587c81108a3a0244fd05a9346c8ed34e47
parenta7172f01f822e78dffd3f1d3fe9c26f3e9c2782a (diff)
downloadexecline-8f39a307f966f7c426bbfccd08c5f18f3c34fcd2.tar.gz
fix forstdin usage message
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--src/execline/forstdin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/forstdin.c b/src/execline/forstdin.c
index d1e065c..9ea41bd 100644
--- a/src/execline/forstdin.c
+++ b/src/execline/forstdin.c
@@ -17,7 +17,7 @@
#include <execline/execline.h>
-#define USAGE "forstdin [ -E | -e ] [ -p | -o okcode,okcode,... | -x breakcode,breakcode,... ] [ -N | -n ] [ -C | -c ] [ -0 | -d delim ] var command..."
+#define USAGE "forstdin [ -E | -e ] [ -p | -P maxpar | -o okcode,okcode,... | -x breakcode,breakcode,... ] [ -N | -n ] [ -C | -c ] [ -0 | -d delim ] var command..."
#define dieusage() strerr_dieusage(100, USAGE)
int main (int argc, char const **argv)