diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-28 20:08:16 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-06-28 20:08:16 +0200 |
commit | 1cadbdf6a924718fc90d327411051d47ee707713 (patch) | |
tree | 20374594ef5eaabb73077c7e83d607deadcbe5ae /src/core | |
parent | fa8dc0f5311ab644798b7eb35c23787e03441418 (diff) | |
download | weechat-1cadbdf6a924718fc90d327411051d47ee707713.zip |
core: update man page and add translations (in french, german, italian, and japanese)
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/weechat.c | 31 |
1 files changed, 13 insertions, 18 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c index 39b18c501..45faebf51 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -132,24 +132,19 @@ weechat_display_usage (char *exec_name) exec_name, exec_name); string_iconv_fprintf (stdout, "\n"); string_iconv_fprintf (stdout, - _(" -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" - " -h, --help this help\n" - " -k, --keys display WeeChat default keys\n" - " -l, --license display WeeChat license\n" - " -p, --no-plugin don't load any plugin at startup\n" - " -r, --run-command run command(s) after startup\n" - " (many commands can be separated by semicolons)\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" - " to server with url like:\n" - " irc[6][s]://[nickname[:password]@]" - "irc.example.org[:port][/#channel1][,#channel2[...]]\n" - " (look at plugins documentation for more information\n" - " about possible options)\n")); + _(" -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" + " -h, --help display this help\n" + " -k, --keys display WeeChat default keys\n" + " -l, --license display WeeChat license\n" + " -p, --no-plugin don't load any plugin at startup\n" + " -r, --run-command <cmd> run command(s) after startup\n" + " (many commands can be separated by semicolons)\n" + " -s, --no-script don't load any script at startup\n" + " --upgrade upgrade WeeChat using session files (see /help upgrade in WeeChat)\n" + " -v, --version display WeeChat version\n" + " plugin:option option for plugin (see man weechat-curses)\n")); string_iconv_fprintf(stdout, "\n"); } |