diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-02 15:41:48 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-02 15:41:48 +0200 |
commit | 40c5c5c1ae8c53e68532a30ebeb74193da975f93 (patch) | |
tree | c1f87fee85b63c8e7b6df7a2819049a688cc679b /src/core | |
parent | 6dfcb5f56311d7a3b11b827684c4bf9eb4fb0efa (diff) | |
download | weechat-40c5c5c1ae8c53e68532a30ebeb74193da975f93.zip |
core: add missing period in /help upgrade
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 10d92a454..d6f182f46 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -6654,7 +6654,7 @@ command_init () "IMPORTANT: you must restore the session with exactly " "same configuration (files *.conf).\n" "It is possible to restore WeeChat session on another " - "machine if you copy the content of directory \"~/.weechat\""), + "machine if you copy the content of directory \"~/.weechat\"."), "%(filename)", &command_upgrade, NULL); hook_command (NULL, "uptime", |