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

exec: add examples with "tail -f" and "-kill" in /help exec

This commit is contained in:
Sébastien Helleu
2014-04-03 12:22:53 +02:00
parent 7c55cbb38b
commit d055d4a2bd
19 changed files with 67 additions and 27 deletions
+3 -1
View File
@@ -873,7 +873,9 @@ exec_command_init ()
" /exec -nf -noln links -dump "
"http://weechat.org/files/doc/devel/weechat_user.en.html\n"
" /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime"),
" /exec -pipe \"/print Machine uptime:\" uptime\n"
" /exec -n tail -f /var/log/messages\n"
" /exec -kill 0"),
"-list"
" || -sh|-nosh|-bg|-nobg|-stdin|-nostdin|-buffer|-l|-o|-n|-nf|"
"-cl|-nocl|-sw|-nosw|-ln|-noln|-flush|-noflush|-color|-timeout|-name|"