diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-02 20:19:00 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:27 +0200 |
commit | 500e54578b26c502ab4a6d1e455d60c15844a965 (patch) | |
tree | 12a6c616a42c0a5999125287b0f996585deaae42 /src/plugins/fset/fset-command.c | |
parent | 6f27eccc84bd3b03b5aa92f7b778bb1262d7263b (diff) | |
download | weechat-500e54578b26c502ab4a6d1e455d60c15844a965.zip |
fset: add filtering by type ("t:xxx")
Diffstat (limited to 'src/plugins/fset/fset-command.c')
-rw-r--r-- | src/plugins/fset/fset-command.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index 5eefb034a..c2c66090b 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -493,6 +493,8 @@ fset_command_init () "formats are:\n" " * show all options (no filter)\n" " f:xxx show only configuration file \"xxx\"\n" + " t:xxx show only type \"xxx\" (beginning of type " + "name is allowed, both English and translated types are allowed)\n" " d show only changed options\n" " d:xxx show only changed options with \"xxx\" in name\n" " d=xxx show only changed options with \"xxx\" in value\n" |