From 413aa499cc61ee3ce18c57fc891ecc314b064a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 31 Mar 2019 23:53:54 +0200 Subject: 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. --- po/de.po | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'po/de.po') diff --git a/po/de.po b/po/de.po index 80eb83e98..83328fdb9 100644 --- a/po/de.po +++ b/po/de.po @@ -24,7 +24,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-03-29 22:22+0100\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -232,6 +232,14 @@ msgstr "" " (standardmäßig blockiert WeeChat im " "Hintergrundmodus den Prozess und gibt das Terminal nicht frei)\n" +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 "" + #, c-format msgid "Error: missing argument for \"%s\" option\n" msgstr "Fehler: fehlendes Argument für die Einstellung \"%s\"\n" -- cgit v1.2.3