changeset 814:e8c0c2b5e2d5

server: minor option help string correction
author Goffi <goffi@goffi.org>
date Sun, 20 Dec 2015 20:32:09 +0100
parents 6e27604ec95a
children 55a2cf64ffee
files src/twisted/plugins/libervia_server.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/twisted/plugins/libervia_server.py	Sun Dec 20 20:01:42 2015 +0100
+++ b/src/twisted/plugins/libervia_server.py	Sun Dec 20 20:32:09 2015 +0100
@@ -69,7 +69,7 @@
                        ['port_https', 's', 8443, _(u'The port number to listen HTTPS on.').encode('utf-8'), int],
                        ['port_https_ext', 'e', 0, _(u'The external port number used for HTTPS (0 means port_https value).').encode('utf-8'), int],
                        ['tls_private_key', '', '', _(u'TLS certificate private key (PEM format)').encode('utf-8'), str],
-                       ['tls_certificate', 'c', 'libervia.pem', _(u'TLS certificate public certificate or private key and public certificate combined (PEM format)').encode('utf-8'), str],
+                       ['tls_certificate', 'c', 'libervia.pem', _(u'TLS public certificate or private key and public certificate combined (PEM format)').encode('utf-8'), str],
                        ['tls_chain', '', '', _(u'TLS certificate intermediate chain (PEM format)').encode('utf-8'), str],
                        ['redirect_to_https', 'r', 1, _(u'Automatically redirect from HTTP to HTTPS.').encode('utf-8'), int],
                        ['security_warning', 'w', 1, _(u'Warn user that he is about to connect on HTTP.').encode('utf-8'), int],