summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-15 19:40:15 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-15 19:40:15 +0100
commit4245de528ee2cc0d63fe7dd01174da011b649b8d (patch)
treedac62a1e9471dce5ba1392b29759fcc0a0ef5062 /doc/it/autogen/user
parentff636cae892ec7ed44bf403b19144487525a5b4d (diff)
downloadweechat-4245de528ee2cc0d63fe7dd01174da011b649b8d.zip
exec: add examples in /help exec
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r--doc/it/autogen/user/exec_commands.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/it/autogen/user/exec_commands.txt b/doc/it/autogen/user/exec_commands.txt
index 6f29d8555..971498550 100644
--- a/doc/it/autogen/user/exec_commands.txt
+++ b/doc/it/autogen/user/exec_commands.txt
@@ -49,5 +49,11 @@ property: hook property
-all: delete all terminated commands
Default options can be set in the option exec.command.default_options.
+
+Examples:
+ /exec -n ls -l /tmp
+ /exec -n ps xu | grep weechat
+ /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
+ /exec -o uptime
----