1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

exec: add note about piped commands in /help exec for option -sh

This commit is contained in:
Sébastien Helleu
2018-02-07 19:59:38 +01:00
parent ed726787d8
commit d14f925123
20 changed files with 239 additions and 239 deletions
+3 -2
View File
@@ -809,8 +809,9 @@ exec_command_init ()
" || -set <id> <property> <value>"
" || -del <id>|-all [<id>...]"),
N_(" -list: list commands\n"
" -sh: use the shell to execute the command (WARNING: use this "
"option ONLY if all arguments are safe, see option -nosh)\n"
" -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)\n"
" -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)\n"