diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-25 13:01:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-04-25 13:01:36 +0200 |
commit | f7ff3bcaddbf5264f274d59e5d7204e6361779d4 (patch) | |
tree | 62e91999b93ae553cb43bd2203148ce03533bf84 /po/weechat.pot | |
parent | ae1211d4abd28da43e75a73ea9748b9af3dc1961 (diff) | |
download | weechat-f7ff3bcaddbf5264f274d59e5d7204e6361779d4.zip |
core: add environment variable WEECHAT_HOME in "weechat --help"
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index f82fc441e..d0571b0cd 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 08:09+0200\n" +"POT-Creation-Date: 2015-04-25 12:59+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -126,6 +126,8 @@ msgid "" " -a, --no-connect disable auto-connect to servers at startup\n" " -c, --colors display default colors in terminal\n" " -d, --dir <path> set WeeChat home directory (default: ~/.weechat)\n" +" (environment variable WEECHAT_HOME is read if " +"this option is not given)\n" " -h, --help display this help\n" " -l, --license display WeeChat license\n" " -p, --no-plugin don't load any plugin at startup\n" @@ -142,15 +144,15 @@ msgstr "" msgid "Error: missing argument for \"%s\" option\n" msgstr "" -msgid "Error: WEECHAT_HOME is undefined, check build options\n" -msgstr "" - msgid "Error: unable to get HOME directory\n" msgstr "" msgid "Error: not enough memory for home directory\n" msgstr "" +msgid "Error: WEECHAT_HOME is undefined, check build options\n" +msgstr "" + #, c-format msgid "Error: home (%s) is not a directory\n" msgstr "" |