1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 06:16:40 +02:00

fset: use just "d" instead of "d:" to show changed options

This commit is contained in:
Sébastien Helleu
2017-05-31 20:01:19 +02:00
parent 7074f6e0d6
commit 805bc6ca2c
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ fset_command_init ()
" * show all options (no filter)\n"
" f:xxx show only configuration file \"xxx\"\n"
" s:xxx show only section \"xxx\"\n"
" d: show only changed options\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"
" d==xxx show only changed options with exact value \"xxx\"\n"