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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user