@@ -166,6 +166,10 @@ Don't close dialog if \fIEscape\fP was pressed.
...
@@ -166,6 +166,10 @@ Don't close dialog if \fIEscape\fP was pressed.
.B \-\-always-print-result
.B \-\-always-print-result
Print result for any of the return codes. This option doesn't work if timeout was reached or \fIEscape\fP was pressed.
Print result for any of the return codes. This option doesn't work if timeout was reached or \fIEscape\fP was pressed.
.TP
.TP
.B \-\-use-interp=\fI[INTERP]\fP
All commands runs unter specified interpreter. Default is \fIbash -c '%s'\fP. This option can reduse quoting in commands. If \fI%s\fP is specified, it will be replaced by the command.
Otherwise command will be appended to the end of command line.