diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-22 12:45:39 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-22 12:45:39 +0200 |
commit | 33e59917915201a6716f20194963633fbd56dcc9 (patch) | |
tree | f5fc62756fe9af8ab44cdee9b18d6339ea407820 /src/core | |
parent | 4a6e23059ab250b1786184fb4053bf292d14645e (diff) | |
download | weechat-33e59917915201a6716f20194963633fbd56dcc9.zip |
core: replace /iset by /fset in welcome message
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/weechat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/weechat.c b/src/core/weechat.c index 6d89679a4..e749781a8 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -445,8 +445,7 @@ weechat_startup_message () "\n" "Moreover, there is inline help with /help on all commands and " "options (use Tab key to complete the name).\n" - "The command /iset (script iset.pl) can help to customize " - "WeeChat: /script install iset.pl\n" + "The command /fset can help to customize WeeChat.\n" "\n" "You can add and connect to an IRC server with /server and " "/connect commands (see /help server).")); |