diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-13 18:29:19 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-13 18:29:19 +0100 |
commit | 2da58ea2b7c34053ce231cf028143236e78d19f9 (patch) | |
tree | 9dcd8e2e4f124a2053421b47da5f401fb394d97f /doc/en/autogen/user/exec_commands.asciidoc | |
parent | b6b0249cac2a2174f19b029007f26b92b594f53e (diff) | |
download | weechat-2da58ea2b7c34053ce231cf028143236e78d19f9.zip |
exec: fix example in /help exec
Diffstat (limited to 'doc/en/autogen/user/exec_commands.asciidoc')
-rw-r--r-- | doc/en/autogen/user/exec_commands.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/exec_commands.asciidoc b/doc/en/autogen/user/exec_commands.asciidoc index 1d5eb5972..497689632 100644 --- a/doc/en/autogen/user/exec_commands.asciidoc +++ b/doc/en/autogen/user/exec_commands.asciidoc @@ -65,7 +65,7 @@ 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 -sh -n ps xu | grep weechat /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx /exec -nf -noln links -dump https://weechat.org/files/doc/devel/weechat_user.en.html /exec -o uptime |