summaryrefslogtreecommitdiff
path: root/ssh-add.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-add.c')
-rw-r--r--ssh-add.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-add.c b/ssh-add.c
index 51490b776..9c729752a 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -35,7 +35,7 @@
35 */ 35 */
36 36
37#include "includes.h" 37#include "includes.h"
38RCSID("$OpenBSD: ssh-add.c,v 1.62 2002/06/26 14:51:33 markus Exp $"); 38RCSID("$OpenBSD: ssh-add.c,v 1.63 2002/09/19 15:51:23 markus Exp $");
39 39
40#include <openssl/evp.h> 40#include <openssl/evp.h>
41 41
@@ -290,7 +290,7 @@ usage(void)
290 fprintf(stderr, " -d Delete identity.\n"); 290 fprintf(stderr, " -d Delete identity.\n");
291 fprintf(stderr, " -D Delete all identities.\n"); 291 fprintf(stderr, " -D Delete all identities.\n");
292 fprintf(stderr, " -x Lock agent.\n"); 292 fprintf(stderr, " -x Lock agent.\n");
293 fprintf(stderr, " -x Unlock agent.\n"); 293 fprintf(stderr, " -X Unlock agent.\n");
294 fprintf(stderr, " -t life Set lifetime (in seconds) when adding identities.\n"); 294 fprintf(stderr, " -t life Set lifetime (in seconds) when adding identities.\n");
295#ifdef SMARTCARD 295#ifdef SMARTCARD
296 fprintf(stderr, " -s reader Add key in smartcard reader.\n"); 296 fprintf(stderr, " -s reader Add key in smartcard reader.\n");