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

exec: fix example in /help exec

This commit is contained in:
Sébastien Helleu
2016-03-13 18:29:19 +01:00
parent b6b0249cac
commit 2da58ea2b7
19 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -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"