From: Matthias Klose <[email protected]> This addition to the documentation has been shipped in Debian's bash since version 2.03-1. --- doc/bash.1 | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/doc/bash.1 b/doc/bash.1 index 5163c1ff..a30a3f57 100644 --- a/doc/bash.1 +++ b/doc/bash.1 @@ -159,6 +159,12 @@ This option allows the positional parameters to be set when invoking an interactive shell or when reading input through a pipe. .TP +.B \-v +Print shell input lines as they are read. +.TP +.B \-x +Print commands and their arguments as they are executed. +.TP .B \-D Print a list of all double-quoted strings preceded by \fB$\fP on the standard output. -- 2.51.0
