From 74ee963d3b9c8a007d3dd357fae21d710fd61d34 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 21 Apr 2023 12:39:30 +0000 Subject: Add dummy -e option to execlineb Signed-off-by: Laurent Bercot --- doc/execlineb.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'doc/execlineb.html') diff --git a/doc/execlineb.html b/doc/execlineb.html index f9d3e4d..ff9fe5c 100644 --- a/doc/execlineb.html +++ b/doc/execlineb.html @@ -27,7 +27,7 @@ then executes into that command line.

Interface

-     execlineb [ -q | -w | -W ] [ -p | -P | -S nmin | -s nmin ] -c script [ args... ]
+     execlineb [ -q | -w | -W ] [ -p | -P | -S nmin | -s nmin ] [ -e ] -c script [ args... ]
 

@@ -35,7 +35,7 @@ or

-     execlineb [ -q | -w | -W ] [ -p | -P | -S nmin | -s nmin ] scriptfile [ args... ]
+     execlineb [ -q | -w | -W ] [ -p | -P | -S nmin | -s nmin ] [ -e ] scriptfile [ args... ]
 

@@ -100,6 +100,12 @@ not stay in memory like a traditional interpreter would.

Options

-- cgit v1.2.3