From 775e271ad83abbc5dfacb69fe8e0ce86d1cb7fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 5 Jun 2017 22:31:30 +0200 Subject: [PATCH] fset: add filter "xxx" in /help fset --- src/plugins/fset/fset-command.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index 95e80ad9e..ecbf8ba5d 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -501,6 +501,7 @@ fset_command_init () "filter can be used as input in fset buffer as well); allowed " "formats are:\n" " * show all options (no filter)\n" + " xxx show only options with \"xxx\" in name\n" " f:xxx show only configuration file \"xxx\"\n" " t:xxx show only type \"xxx\" (bool/int/str/col)\n" " d show only changed options\n"