diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-17 21:51:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-06-17 21:51:18 +0200 |
commit | 2225ac4e56289b1badc7a5ee9dcb522b8e8aa3f2 (patch) | |
tree | cada0254e77311ce9168e428eaf9fc6e3ee7d1aa /doc/en | |
parent | fa785e8668b51f80e112c7c927648635b2d4f565 (diff) | |
download | weechat-2225ac4e56289b1badc7a5ee9dcb522b8e8aa3f2.zip |
core: add option "certs" in command /debug
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index d57a06ffd..559e97c7b 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -1280,7 +1280,7 @@ Examples: /debug list set <plugin> <level> dump [<plugin>] - buffer|color|infolists|memory|tags|term|windows + buffer|color|infolists|libs|certs|memory|tags|term|windows mouse|cursor [verbose] hdata [free] time <command> @@ -1298,6 +1298,7 @@ Examples: hooks: display infos about hooks infolists: display infos about infolists libs: display infos about external libraries used + certs: display number of loaded trusted certificate authorities memory: display infos about memory usage mouse: toggle debug for mouse tags: display tags for lines |