diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-03 14:58:24 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:27 +0200 |
commit | f6070da900fcfcc9e00495eb48eb1e6a1de12dd3 (patch) | |
tree | c58eb6e6d2188885d352510c04d63a34cf1e36b8 | |
parent | 1cc43c1a9c50a76380fc58e6e5076ce635eec512 (diff) | |
download | weechat-f6070da900fcfcc9e00495eb48eb1e6a1de12dd3.zip |
fset: add missing space in /help fset
-rw-r--r-- | src/plugins/fset/fset-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index 7824e0528..b96ec15d5 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -571,7 +571,7 @@ fset_command_init () " $ refresh options (keep marked options)\n" " $$ refresh options (unmark all options)\n" " v toggle help bar\n" - " q close fset buffer\n" + " q close fset buffer\n" "\n" "Note: spaces at beginning of input are ignored, so for example " "\"q\" closes the fset buffer while \" q\" searches all options " |