From: ueno Date: Fri, 11 Aug 2006 01:26:05 +0000 (+0000) Subject: Fixed. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=c2d9c75096c4d08beb1de5e2b26ea44ed30b7197;p=elisp%2Fstarttls.git Fixed. --- diff --git a/starttls.c b/starttls.c index 3002201..85c2145 100644 --- a/starttls.c +++ b/starttls.c @@ -71,7 +71,8 @@ usage (progname) "Usage: %s [options] host port\n\n" "Options:\n\n" " --cert-file [file] specify certificate file\n" - " --key-file [file] specify private key file\n", + " --key-file [file] specify private key file\n" + " --help show this help\n", progname, PACKAGE, VERSION, progname); }