diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-31 23:53:54 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-31 23:53:54 +0200 |
commit | 413aa499cc61ee3ce18c57fc891ecc314b064a9f (patch) | |
tree | f94945c37faf0a7aa9ea77d45f0d552ec3d96b9b /po/hu.po | |
parent | c469f30be595bcf70feee6e0982961c199f78583 (diff) | |
download | weechat-413aa499cc61ee3ce18c57fc891ecc314b064a9f.zip |
core: add documentation on command line debug options (in --help and man pages)
Command line debug options are now documented:
* --no-dlclose: do not call the function dlclose after plugins are unloaded
* --no-gnutls: do not call the init and deinit functions of GnuTLS library
* --no-gcrypt: do not call the init and deinit functions of Gcrypt library
These options must not be used in production, they're for debug only and can be
used with tools like Valgrind or electric-fence.
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-03-29 20:40+0100\n" +"POT-Creation-Date: 2019-03-31 23:52+0200\n" "PO-Revision-Date: 2019-02-28 20:18+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -212,6 +212,14 @@ msgid "" "and does not run in background)\n" msgstr "" +msgid "" +"Debug options (for tools like valgrind, DO NOT USE IN PRODUCTION):\n" +" --no-dlclose do not call function dlclose after plugins are " +"unloaded\n" +" --no-gnutls disable init/deinit of gnutls\n" +" --no-gcrypt disable init/deinit of gcrypt\n" +msgstr "" + #, fuzzy, c-format msgid "Error: missing argument for \"%s\" option\n" msgstr "%s hiányzó argumentum a(z) \"%s\" opciónak\n" |