diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-16 10:29:07 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-16 10:29:07 +0100 |
commit | 6981a17bbbcd28591bdaa6082ddb67c4a828c96c (patch) | |
tree | df50e4355565a281d0e48ed3356df0f7d166f79d /doc/de/autogen/user/exec_commands.txt | |
parent | 9a51449ee6856fd13b6e827b0f0690aadf8773c9 (diff) | |
download | weechat-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.txt | 1 |
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 ---- |