diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-15 19:40:15 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-15 19:40:15 +0100 |
commit | 4245de528ee2cc0d63fe7dd01174da011b649b8d (patch) | |
tree | dac62a1e9471dce5ba1392b29759fcc0a0ef5062 /po/cs.po | |
parent | ff636cae892ec7ed44bf403b19144487525a5b4d (diff) | |
download | weechat-4245de528ee2cc0d63fe7dd01174da011b649b8d.zip |
exec: add examples in /help exec
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-03-15 19:18+0100\n" +"POT-Creation-Date: 2014-03-15 19:36+0100\n" "PO-Revision-Date: 2014-03-10 21:06+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4677,7 +4677,13 @@ msgid "" " -del: delete a terminated command\n" " -all: delete all terminated commands\n" "\n" -"Default options can be set in the option exec.command.default_options." +"Default options can be set in the option exec.command.default_options.\n" +"\n" +"Examples:\n" +" /exec -n ls -l /tmp\n" +" /exec -n ps xu | grep weechat\n" +" /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" +" /exec -o uptime" msgstr "" msgid "ids (numbers and names) of executed commands" |