diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-26 11:36:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-26 11:36:41 +0100 |
commit | 873bcfc9f05c3bd6f15b6f1a16cdabe5d164c787 (patch) | |
tree | a135bede8ffdfe95b2e8faa8ad968434aa37e318 /po/es.po | |
parent | eabf21098d88061799709b9ff3cf5eeb90029dd6 (diff) | |
download | weechat-873bcfc9f05c3bd6f15b6f1a16cdabe5d164c787.zip |
Add command line option "-s" (or "--no-script") to start WeeChat without loading any script
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-02-23 10:39+0100\n" +"POT-Creation-Date: 2010-02-26 11:22+0100\n" "PO-Revision-Date: 2010-02-23 10:43+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -29,6 +29,7 @@ msgstr "" msgid "Usage: %s [option...] [plugin:option...]\n" msgstr "Uso: %s [opción...] [plugin:opción...]\n" +#, fuzzy msgid "" " -a, --no-connect disable auto-connect to servers at startup\n" " -d, --dir <path> set WeeChat home directory (default: ~/.weechat)\n" @@ -36,6 +37,7 @@ msgid "" " -k, --keys display WeeChat default keys\n" " -l, --license display WeeChat license\n" " -p, --no-plugin don't load any plugin at startup\n" +" -s, --no-script don't load any script at startup\n" " -v, --version display WeeChat version\n" " plugin:option option for plugin\n" " for example, irc plugin can connect\n" |