summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user/exec_commands.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-16 10:29:07 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-16 10:29:07 +0100
commit6981a17bbbcd28591bdaa6082ddb67c4a828c96c (patch)
treedf50e4355565a281d0e48ed3356df0f7d166f79d /doc/de/autogen/user/exec_commands.txt
parent9a51449ee6856fd13b6e827b0f0690aadf8773c9 (diff)
downloadweechat-6981a17bbbcd28591bdaa6082ddb67c4a828c96c.zip
exec: add example with option "-pipe" in /help exec
Diffstat (limited to 'doc/de/autogen/user/exec_commands.txt')
-rw-r--r--doc/de/autogen/user/exec_commands.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/de/autogen/user/exec_commands.txt b/doc/de/autogen/user/exec_commands.txt
index 9f28d3ddb..6e8a83d14 100644
--- a/doc/de/autogen/user/exec_commands.txt
+++ b/doc/de/autogen/user/exec_commands.txt
@@ -59,5 +59,6 @@ Examples:
/exec -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
/exec -o uptime
+ /exec -pipe "/print Machine uptime:" uptime
----