diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-14 11:36:07 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-03-14 11:36:07 +0100 |
commit | e37f2569f968fa39cd260ccf8a29abc87a17b4b1 (patch) | |
tree | eff6e04a8ed7e2c87fd63d456f52f8e491ba4601 | |
parent | ab282db3a6900d278fa6a11995deabdb59e5081f (diff) | |
download | weechat-e37f2569f968fa39cd260ccf8a29abc87a17b4b1.zip |
core: mention /fset command in header comment of configuration files
-rw-r--r-- | src/core/wee-config-file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config-file.c b/src/core/wee-config-file.c index ca6b59768..250e5a014 100644 --- a/src/core/wee-config-file.c +++ b/src/core/wee-config-file.c @@ -2426,7 +2426,7 @@ config_file_write_internal (struct t_config_file *config_file, "# WARNING: It is NOT recommended to edit this file by hand,\n" "# especially if WeeChat is running.\n" "#\n" - "# Use /set or similar command to change settings in WeeChat.\n" + "# Use commands like /set or /fset to change settings in WeeChat.\n" "#\n" "# For more info, see: https://weechat.org/doc/quickstart\n" "#\n", |