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

exec: fix URL to plugin API reference in /help exec

This commit is contained in:
Sébastien Helleu
2023-06-15 22:07:34 +02:00
parent 9d7766ce3d
commit 1b78cd3bd2
15 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -933,7 +933,7 @@ exec_command_init ()
" /exec -sh -n ps xu | grep weechat\n"
" /exec -n -norc url:https://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump "
"https://weechat.org/files/doc/devel/weechat_user.en.html\n"
"https://weechat.org/files/doc/weechat/devel/weechat_user.en.html\n"
" /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n"
" /exec -n tail -f /var/log/messages\n"