summaryrefslogtreecommitdiff
path: root/src/core/weechat.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-08-02 08:54:16 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-08-02 08:54:16 +0200
commit996da2f662d04abd18ecf4e8a65fbf9aac1b50d9 (patch)
tree409710aa01c3bbd1552cbbb5ade085051ed3c12c /src/core/weechat.c
parentf9d57a30993e4c287f44fbcb7c74e55915df7f2e (diff)
downloadweechat-996da2f662d04abd18ecf4e8a65fbf9aac1b50d9.zip
core: rename binary and man page from "weechat-curses" to "weechat" (task #11027)
A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly).
Diffstat (limited to 'src/core/weechat.c')
-rw-r--r--src/core/weechat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c
index bb6e82d4f..984477cc7 100644
--- a/src/core/weechat.c
+++ b/src/core/weechat.c
@@ -143,7 +143,7 @@ weechat_display_usage (char *exec_name)
" -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"));
+ " plugin:option option for plugin (see man weechat)\n"));
string_iconv_fprintf(stdout, "\n");
}