diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/fset/fset-command.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index b96ec15d5..0a82021ab 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -575,7 +575,17 @@ fset_command_init () "\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."), + "with \"q\" inside name.\n" + "\n" + "Examples:\n" + " show IRC options changed:\n" + " /fset d:irc.*\n" + " show all options with \"nicklist\" in name:\n" + " /fset nicklist\n" + " show all values which contain \"red\":\n" + " /fset =red\n" + " show all integer options in irc plugin:\n" + " /fset c:${name} =~ ^irc.* && ${type_en} == integer"), "-bar" " || -toggle_bar" " || -refresh" |