1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

exec: fix typo in /help exec

This commit is contained in:
Sébastien Helleu
2014-03-30 12:25:34 +02:00
parent 0cfbae1512
commit d7d91d6cf3
19 changed files with 179 additions and 183 deletions
+1 -1
View File
@@ -787,7 +787,7 @@ exec_command_init ()
" || -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 date, see option -nosh)\n"
"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"