# HG changeset patch # User Goffi # Date 1450639929 -3600 # Node ID e8c0c2b5e2d5cf033dd3910bc4daf07e0ad610e7 # Parent 6e27604ec95ab1fbab0257497c2ac48483fc84ff server: minor option help string correction diff -r 6e27604ec95a -r e8c0c2b5e2d5 src/twisted/plugins/libervia_server.py --- 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],