summaryrefslogtreecommitdiff
path: root/doc/pl/autogen/user/exec_commands.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pl/autogen/user/exec_commands.txt')
-rw-r--r--doc/pl/autogen/user/exec_commands.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pl/autogen/user/exec_commands.txt b/doc/pl/autogen/user/exec_commands.txt
index b8048d429..b803918e0 100644
--- a/doc/pl/autogen/user/exec_commands.txt
+++ b/doc/pl/autogen/user/exec_commands.txt
@@ -13,8 +13,8 @@
-del <id>|-all [<id>...]
-list: list commands
- -sh: use the shell to execute the command (default)
- -nosh: do not use the shell to execute the command (required if the command has some unsafe data, for example the content of a message from another user)
+ -sh: use the shell to execute the command (WARNING: use this option ONLY if all arguments are safe date, see option -nosh)
+ -nosh: do not use the shell to execute the command (required if the command has some unsafe data, for example the content of a message from another user) (default)
-bg: run process in background: do not display process output neither return code (not compatible with options -o/-n)
-nobg: catch process output and display return code (default)
-stdin: create a pipe for sending data to the process (with /exec -in/-inclose)