summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user/exec_commands.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it/autogen/user/exec_commands.adoc')
-rw-r--r--doc/it/autogen/user/exec_commands.adoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/it/autogen/user/exec_commands.adoc b/doc/it/autogen/user/exec_commands.adoc
index 58379f69c..95cd28808 100644
--- a/doc/it/autogen/user/exec_commands.adoc
+++ b/doc/it/autogen/user/exec_commands.adoc
@@ -25,7 +25,8 @@
-nostdin: do not create a pipe for stdin (default)
-buffer: display/send output of command on this buffer (if the buffer is not found, a new buffer with name "exec.exec.xxx" is created)
-l: display locally output of command on buffer (default)
- -o: send output of command to the buffer (not compatible with option -bg)
+ -o: send output of command to the buffer without executing commands (not compatible with option -bg)
+ -oc: send output of command to the buffer and execute commands (lines starting with "/" or another custom command char) (not compatible with option -bg)
-n: display output of command in a new buffer (not compatible with option -bg)
-nf: display output of command in a new buffer with free content (no word-wrap, no limit on number of lines) (not compatible with option -bg)
-cl: clear the new buffer before displaying output