diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-09 15:52:15 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-07-09 15:52:15 +0200 |
commit | fdc7425321304f0df904bbacd2bdc037748d4f8d (patch) | |
tree | d337a5a46709bc2d6ad07848a14cfc711dd7cd0a /src/plugins/fset/fset-command.c | |
parent | 9ab138f274676fc6eae6f01aae2591ee2a568e86 (diff) | |
download | weechat-fdc7425321304f0df904bbacd2bdc037748d4f8d.zip |
fset: fix note about leading spaces in /help fset (closes #1035)
Diffstat (limited to 'src/plugins/fset/fset-command.c')
-rw-r--r-- | src/plugins/fset/fset-command.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index 01054dee8..ced50cc46 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -767,9 +767,10 @@ fset_command_init () "for integer/color, set/append to value for other types\n" " right button + drag up/down mark/unmark multiple options\n" "\n" - "Note: spaces at beginning of input are ignored, so for example " - "\"q\" closes the fset buffer while \" q\" searches all options " - "with \"q\" inside name.\n" + "Note: if input has one or more leading spaces, the following text " + "is interpreted as a filter, without the spaces. For example " + "\" q\" searches all options with \"q\" inside name while \"q\" " + "closes the fset buffer.\n" "\n" "Examples:\n" " show IRC options changed:\n" |