summaryrefslogtreecommitdiff
path: root/doc
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
parent9a51449ee6856fd13b6e827b0f0690aadf8773c9 (diff)
downloadweechat-6981a17bbbcd28591bdaa6082ddb67c4a828c96c.zip
exec: add example with option "-pipe" in /help exec
Diffstat (limited to 'doc')
-rw-r--r--doc/de/autogen/user/exec_commands.txt1
-rw-r--r--doc/en/autogen/user/exec_commands.txt1
-rw-r--r--doc/fr/autogen/user/exec_commands.txt1
-rw-r--r--doc/it/autogen/user/exec_commands.txt1
-rw-r--r--doc/ja/autogen/user/exec_commands.txt1
-rw-r--r--doc/pl/autogen/user/exec_commands.txt1
6 files changed, 6 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
----
diff --git a/doc/en/autogen/user/exec_commands.txt b/doc/en/autogen/user/exec_commands.txt
index 03f40ed10..b8048d429 100644
--- a/doc/en/autogen/user/exec_commands.txt
+++ b/doc/en/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
----
diff --git a/doc/fr/autogen/user/exec_commands.txt b/doc/fr/autogen/user/exec_commands.txt
index 31d43684f..fe5a29288 100644
--- a/doc/fr/autogen/user/exec_commands.txt
+++ b/doc/fr/autogen/user/exec_commands.txt
@@ -59,5 +59,6 @@ Exemples:
/exec -n ps xu | grep weechat
/exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
/exec -o uptime
+ /exec -pipe "/print Uptime de la machine:" uptime
----
diff --git a/doc/it/autogen/user/exec_commands.txt b/doc/it/autogen/user/exec_commands.txt
index 03f40ed10..b8048d429 100644
--- a/doc/it/autogen/user/exec_commands.txt
+++ b/doc/it/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
----
diff --git a/doc/ja/autogen/user/exec_commands.txt b/doc/ja/autogen/user/exec_commands.txt
index 03f40ed10..b8048d429 100644
--- a/doc/ja/autogen/user/exec_commands.txt
+++ b/doc/ja/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
----
diff --git a/doc/pl/autogen/user/exec_commands.txt b/doc/pl/autogen/user/exec_commands.txt
index 03f40ed10..b8048d429 100644
--- a/doc/pl/autogen/user/exec_commands.txt
+++ b/doc/pl/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
----