From 0953659d32308c0436f758d2920ec0bb5af32d04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 3 Jun 2017 16:44:07 +0200 Subject: fset: add examples in /help fset --- src/plugins/fset/fset-command.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/plugins/fset') 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" -- cgit v1.2.3