From d14f92512369e77e60810b8a909b95c227449fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 7 Feb 2018 19:59:38 +0100 Subject: exec: add note about piped commands in /help exec for option -sh --- doc/it/autogen/user/exec_commands.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/it') diff --git a/doc/it/autogen/user/exec_commands.adoc b/doc/it/autogen/user/exec_commands.adoc index 05bc7f334..3923258ad 100644 --- a/doc/it/autogen/user/exec_commands.adoc +++ b/doc/it/autogen/user/exec_commands.adoc @@ -17,7 +17,7 @@ -del |-all [...] -list: list commands - -sh: use the shell to execute the command (WARNING: use this option ONLY if all arguments are safe, see option -nosh) + -sh: use the shell to execute the command, many commands can be piped (WARNING: use this option ONLY if all arguments are safe, 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/-oc/-n/-nf/-pipe/-hsignal) -nobg: catch process output and display return code (default) -- cgit v1.2.3