diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-04-23 19:13:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-04-23 19:13:16 +0200 |
commit | dc367a83f68686b8611ffd649bd7a0e098d20fe6 (patch) | |
tree | 7d9ce6afc380ac761ffd899c9e52eaf70b7b5ce3 /po/weechat.pot | |
parent | 2a2428902b021d6ea3535cc7b9700c3243879790 (diff) | |
download | weechat-dc367a83f68686b8611ffd649bd7a0e098d20fe6.zip |
core: add missing options "dirs" and "hooks" in description of /debug command arguments
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 308d89be1..81e59fb99 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-04-18 12:38+0200\n" +"POT-Creation-Date: 2022-04-23 19:04+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1279,9 +1279,9 @@ msgid "debug functions" msgstr "" msgid "" -"list || set <plugin> <level> || dump [<plugin>] || buffer|color|infolists|" -"libs|certs|memory|tags|term|windows || mouse|cursor [verbose] || hdata " -"[free] || time <command>" +"list || set <plugin> <level> || dump [<plugin>] || buffer|certs|color|dirs|" +"hooks|infolists|libs|memory|tags|term|windows || mouse|cursor [verbose] || " +"hdata [free] || time <command>" msgstr "" msgid "" @@ -1292,6 +1292,7 @@ msgid "" " dump: save memory dump in WeeChat log file (same dump is written when " "WeeChat crashes)\n" " buffer: dump buffer content with hexadecimal values in log file\n" +" certs: display number of loaded trusted certificate authorities\n" " color: display infos about current color pairs\n" " cursor: toggle debug for cursor mode\n" " dirs: display directories\n" @@ -1300,7 +1301,6 @@ msgid "" " hooks: display infos about hooks\n" "infolists: display infos about infolists\n" " libs: display infos about external libraries used\n" -" certs: display number of loaded trusted certificate authorities\n" " memory: display infos about memory usage\n" " mouse: toggle debug for mouse\n" " tags: display tags for lines\n" |