diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-04-24 10:18:26 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-04-24 10:28:09 +0200 |
commit | 78317f8b55d291839f5f13f8699670155991a6dc (patch) | |
tree | 924dc4e1461f9d4809836bd59df8281505d81af3 /doc/en/includes | |
parent | d16640130e65ed4af76d285a4339a0c200ee41b0 (diff) | |
download | weechat-78317f8b55d291839f5f13f8699670155991a6dc.zip |
core: move detailed list of hooks from command "/plugin listfull" to "/debug hooks <plugin>"
Diffstat (limited to 'doc/en/includes')
-rw-r--r-- | doc/en/includes/autogen_user_commands.en.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index 24c2b670d..13d160681 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -1331,8 +1331,8 @@ Examples: ---- /debug list set <plugin> <level> - dump [<plugin>] - buffer|certs|color|dirs|hooks|infolists|libs|memory|tags|term|windows + dump|hooks [<plugin>] + buffer|certs|color|dirs|infolists|libs|memory|tags|term|windows mouse|cursor [verbose] hdata [free] time <command> @@ -1342,13 +1342,13 @@ Examples: plugin: name of plugin ("core" for WeeChat core) level: debug level for plugin (0 = disable debug) dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes) + hooks: display infos about hooks (with a plugin: display detailed info about hooks created by the plugin) buffer: dump buffer content with hexadecimal values in log file certs: display number of loaded trusted certificate authorities color: display infos about current color pairs cursor: toggle debug for cursor mode dirs: display directories hdata: display infos about hdata (with free: remove all hdata in memory) - hooks: display infos about hooks infolists: display infos about infolists libs: display infos about external libraries used memory: display infos about memory usage |