diff options
Diffstat (limited to 'ssh-add.c')
-rw-r--r-- | ssh-add.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -35,7 +35,7 @@ | |||
35 | */ | 35 | */ |
36 | 36 | ||
37 | #include "includes.h" | 37 | #include "includes.h" |
38 | RCSID("$OpenBSD: ssh-add.c,v 1.54 2002/06/05 19:57:12 markus Exp $"); | 38 | RCSID("$OpenBSD: ssh-add.c,v 1.55 2002/06/05 20:56:39 markus Exp $"); |
39 | 39 | ||
40 | #include <openssl/evp.h> | 40 | #include <openssl/evp.h> |
41 | 41 | ||
@@ -278,6 +278,8 @@ usage(void) | |||
278 | fprintf(stderr, " -L List public key parameters of all identities.\n"); | 278 | fprintf(stderr, " -L List public key parameters of all identities.\n"); |
279 | fprintf(stderr, " -d Delete identity.\n"); | 279 | fprintf(stderr, " -d Delete identity.\n"); |
280 | fprintf(stderr, " -D Delete all identities.\n"); | 280 | fprintf(stderr, " -D Delete all identities.\n"); |
281 | fprintf(stderr, " -x Lock agent.\n"); | ||
282 | fprintf(stderr, " -x Unlock agent.\n"); | ||
281 | #ifdef SMARTCARD | 283 | #ifdef SMARTCARD |
282 | fprintf(stderr, " -s reader Add key in smartcard reader.\n"); | 284 | fprintf(stderr, " -s reader Add key in smartcard reader.\n"); |
283 | fprintf(stderr, " -e reader Remove key in smartcard reader.\n"); | 285 | fprintf(stderr, " -e reader Remove key in smartcard reader.\n"); |