Remove \n from long preference description
authormartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 11 Dec 2006 13:33:46 +0000 (13:33 +0000)
committermartinm <martinm@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 11 Dec 2006 13:33:46 +0000 (13:33 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20114 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-ssl.c

index 2c3b5f6fdd8b2a077bf3fba0aeb46df3803bedd6..64ceb569a24b5f79cf6104e8795eb8327af376eb 100644 (file)
@@ -3758,10 +3758,10 @@ proto_register_ssl(void)
              &ssl_desegment_app_data);
 #ifdef HAVE_LIBGNUTLS
        prefs_register_string_preference(ssl_module, "keys_list", "RSA keys list",
-             "semicolon separated list of private RSA keys used for SSL decryption;\n"
-             "each list entry must be in the form of <ip>,<port>,<protocol>,<key_file_name>\n"
-             "<key_file_name> is the local file name of the RSA private key used by the specified server\n"
-             "(or name of the file containig such a list)",
+             "Semicolon-separated list of private RSA keys used for SSL decryption; "
+             "each list entry must be in the form of <ip>,<port>,<protocol>,<key_file_name>"
+             "<key_file_name> is the local file name of the RSA private key used by the specified server "
+             "(or name of the file containing such a list)",
              (const gchar **)&ssl_keys_list);
         prefs_register_string_preference(ssl_module, "debug_file", "SSL debug file",
              "redirect ssl debug to file name; leave empty to disable debug, "