1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

fset: add filtering by type ("t:xxx")

This commit is contained in:
Sébastien Helleu
2017-06-02 20:19:00 +02:00
parent 6f27eccc84
commit 500e54578b
2 changed files with 19 additions and 0 deletions
+2
View File
@@ -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"