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 /po/pl.po | |
parent | b6b0249cac2a2174f19b029007f26b92b594f53e (diff) | |
download | weechat-2da58ea2b7c34053ce231cf028143236e78d19f9.zip |
exec: fix example in /help exec
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2016-03-09 18:36+0100\n" -"PO-Revision-Date: 2016-01-17 08:52+0100\n" +"POT-Creation-Date: 2016-03-13 18:25+0100\n" +"PO-Revision-Date: 2016-03-13 18:28+0100\n" "Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: pl\n" @@ -5590,7 +5590,7 @@ msgid "" "\n" "Examples:\n" " /exec -n ls -l /tmp\n" -" /exec -n ps xu | grep weechat\n" +" /exec -sh -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/" "weechat_user.en.html\n" @@ -5668,7 +5668,7 @@ msgstr "" "\n" "Przykłady:\n" " /exec -n ls -l /tmp\n" -" /exec -n ps xu | grep weechat\n" +" /exec -sh -n ps xu | grep weechat\n" " /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx\n" " /exec -nf -noln links -dump https://weechat.org/files/doc/devel/" "weechat_user.en.html\n" |