summaryrefslogtreecommitdiff
path: root/src/plugins/exec
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-03-13 18:29:19 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-03-13 18:29:19 +0100
commit2da58ea2b7c34053ce231cf028143236e78d19f9 (patch)
tree9dcd8e2e4f124a2053421b47da5f401fb394d97f /src/plugins/exec
parentb6b0249cac2a2174f19b029007f26b92b594f53e (diff)
downloadweechat-2da58ea2b7c34053ce231cf028143236e78d19f9.zip
exec: fix example in /help exec
Diffstat (limited to 'src/plugins/exec')
-rw-r--r--src/plugins/exec/exec-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/exec/exec-command.c b/src/plugins/exec/exec-command.c
index dbe692c3f..9a1e3cc76 100644
--- a/src/plugins/exec/exec-command.c
+++ b/src/plugins/exec/exec-command.c
@@ -862,7 +862,7 @@ exec_command_init ()
"\n"
"Examples:\n"
" /exec -n ls -l /tmp\n"
- " /exec -n ps xu | grep weechat\n"
+ " /exec -sh -n ps xu | grep weechat\n"
" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump "
"https://weechat.org/files/doc/devel/weechat_user.en.html\n"