diff options
Diffstat (limited to 'ssh-add.c')
-rw-r--r-- | ssh-add.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-add.c,v 1.89 2006/08/03 03:34:42 deraadt Exp $ */ | 1 | /* $OpenBSD: ssh-add.c,v 1.90 2007/09/09 11:38:01 sobrado Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -309,7 +309,7 @@ do_file(AuthenticationConnection *ac, int deleting, char *file) | |||
309 | static void | 309 | static void |
310 | usage(void) | 310 | usage(void) |
311 | { | 311 | { |
312 | fprintf(stderr, "Usage: %s [options] [file ...]\n", __progname); | 312 | fprintf(stderr, "usage: %s [options] [file ...]\n", __progname); |
313 | fprintf(stderr, "Options:\n"); | 313 | fprintf(stderr, "Options:\n"); |
314 | fprintf(stderr, " -l List fingerprints of all identities.\n"); | 314 | fprintf(stderr, " -l List fingerprints of all identities.\n"); |
315 | fprintf(stderr, " -L List public key parameters of all identities.\n"); | 315 | fprintf(stderr, " -L List public key parameters of all identities.\n"); |