diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-17 14:59:00 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-17 14:59:00 +0100 |
commit | 30de830982f127c538602f05f4c9eb32d5f991cf (patch) | |
tree | 11efa828a77f50f5a405e9a5a8052a48f417dd43 /po/weechat.pot | |
parent | e84eaafe8e56c359f95db0d19a13c5ca6fad9468 (diff) | |
download | weechat-30de830982f127c538602f05f4c9eb32d5f991cf.zip |
exec: don't use shell by default when executing commands (for security reasons)
It is possible to force shell by default with this command:
/set exec.command.default_options "-sh"
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 36355640b..a6ce25f79 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-16 10:13+0100\n" +"POT-Creation-Date: 2014-03-17 14:56+0100\n" "PO-Revision-Date: 2013-02-14 18:20+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3809,10 +3809,11 @@ msgstr "" msgid "" " -list: list commands\n" -" -sh: use the shell to execute the command (default)\n" +" -sh: use the shell to execute the command (WARNING: use this option " +"ONLY if all arguments are safe date, 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)\n" +"another user) (default)\n" " -bg: run process in background: do not display process output neither " "return code (not compatible with options -o/-n)\n" " -nobg: catch process output and display return code (default)\n" |