diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-04 03:51:35 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-07-04 03:51:35 +0000 |
commit | db6b276f5a5c88e76bbe6705d19c938736248d54 (patch) | |
tree | dd647bb9b6e2bc3dc4c2e131f053e76006fe1228 | |
parent | 036a6b28c9ef5a237e2fbd7d73ca94af3d24e897 (diff) |
- markus@cvs.openbsd.org 2001/06/26 05:07:43
[ssh-agent.c]
update usage
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh-agent.c | 6 |
2 files changed, 7 insertions, 4 deletions
@@ -25,6 +25,9 @@ | |||
25 | - markus@cvs.openbsd.org 2001/06/26 04:59:59 | 25 | - markus@cvs.openbsd.org 2001/06/26 04:59:59 |
26 | [authfd.c authfd.h ssh-add.c] | 26 | [authfd.c authfd.h ssh-add.c] |
27 | initial support for smartcards in the agent | 27 | initial support for smartcards in the agent |
28 | - markus@cvs.openbsd.org 2001/06/26 05:07:43 | ||
29 | [ssh-agent.c] | ||
30 | update usage | ||
28 | 31 | ||
29 | 20010629 | 32 | 20010629 |
30 | - (bal) Removed net_aton() since we don't use it any more | 33 | - (bal) Removed net_aton() since we don't use it any more |
@@ -5852,4 +5855,4 @@ | |||
5852 | - Wrote replacements for strlcpy and mkdtemp | 5855 | - Wrote replacements for strlcpy and mkdtemp |
5853 | - Released 1.0pre1 | 5856 | - Released 1.0pre1 |
5854 | 5857 | ||
5855 | $Id: ChangeLog,v 1.1351 2001/07/04 03:50:02 mouring Exp $ | 5858 | $Id: ChangeLog,v 1.1352 2001/07/04 03:51:35 mouring Exp $ |
diff --git a/ssh-agent.c b/ssh-agent.c index 573efaf89..3b2934760 100644 --- a/ssh-agent.c +++ b/ssh-agent.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-agent.c,v 1.57 2001/06/26 04:07:06 markus Exp $ */ | 1 | /* $OpenBSD: ssh-agent.c,v 1.58 2001/06/26 05:07:43 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -36,7 +36,7 @@ | |||
36 | */ | 36 | */ |
37 | 37 | ||
38 | #include "includes.h" | 38 | #include "includes.h" |
39 | RCSID("$OpenBSD: ssh-agent.c,v 1.57 2001/06/26 04:07:06 markus Exp $"); | 39 | RCSID("$OpenBSD: ssh-agent.c,v 1.58 2001/06/26 05:07:43 markus Exp $"); |
40 | 40 | ||
41 | #include <openssl/evp.h> | 41 | #include <openssl/evp.h> |
42 | #include <openssl/md5.h> | 42 | #include <openssl/md5.h> |
@@ -698,7 +698,7 @@ static void | |||
698 | usage(void) | 698 | usage(void) |
699 | { | 699 | { |
700 | fprintf(stderr, "ssh-agent version %s\n", SSH_VERSION); | 700 | fprintf(stderr, "ssh-agent version %s\n", SSH_VERSION); |
701 | fprintf(stderr, "Usage: %s [-c | -s] [-k] [command {args...]]\n", | 701 | fprintf(stderr, "Usage: %s [-c | -s] [-k] [-d] [command {args...]]\n", |
702 | __progname); | 702 | __progname); |
703 | exit(1); | 703 | exit(1); |
704 | } | 704 | } |