projects
/
elisp
/
starttls.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5f8877
)
Fixed.
author
ueno
<ueno>
Fri, 11 Aug 2006 01:26:05 +0000
(
01:26
+0000)
committer
ueno
<ueno>
Fri, 11 Aug 2006 01:26:05 +0000
(
01:26
+0000)
starttls.c
patch
|
blob
|
history
diff --git
a/starttls.c
b/starttls.c
index
3002201
..
85c2145
100644
(file)
--- 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);
}