summaryrefslogtreecommitdiff
path: root/doc/de/autogen/user
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 /doc/de/autogen/user
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 'doc/de/autogen/user')
-rw-r--r--doc/de/autogen/user/weechat_commands.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/de/autogen/user/weechat_commands.txt b/doc/de/autogen/user/weechat_commands.txt
index b32d2ca48..e7412527e 100644
--- a/doc/de/autogen/user/weechat_commands.txt
+++ b/doc/de/autogen/user/weechat_commands.txt
@@ -680,7 +680,7 @@ With option "-quit", the process is slightly different:
3. unload all plugins
4. save WeeChat configuration
5. quit WeeChat
-Then later you can restore session with command: weechat-curses --upgrade
+Then later you can restore session with command: weechat --upgrade
IMPORTANT: you must restore the session with exactly same configuration (files *.conf).
It is possible to restore WeeChat session on another machine if you copy the content of directory "~/.weechat".
........................................