diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-03-21 14:20:46 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-03-21 14:20:46 +0000 |
commit | dad03a6192518d2981127c08524e282f07531d64 (patch) | |
tree | f7dcbe37c4d89fcb5507269ee30b119fa3a7d822 | |
parent | c62ebad871264657a54a1e800fa00f2c82a61743 (diff) |
add -B flag to usage
-rw-r--r-- | usr.bin/ssh/ssh-keygen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-keygen.c b/usr.bin/ssh/ssh-keygen.c index 4f6dae2088e..9f79a6a85f0 100644 --- a/usr.bin/ssh/ssh-keygen.c +++ b/usr.bin/ssh/ssh-keygen.c @@ -12,7 +12,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-keygen.c,v 1.50 2001/03/12 22:02:02 markus Exp $"); +RCSID("$OpenBSD: ssh-keygen.c,v 1.51 2001/03/21 14:20:45 jakob Exp $"); #include <openssl/evp.h> #include <openssl/pem.h> @@ -612,7 +612,7 @@ do_change_comment(struct passwd *pw) void usage(void) { - printf("Usage: %s [-lpqxXyc] [-t type] [-b bits] [-f file] [-C comment] " + printf("Usage: %s [-lBpqxXyc] [-t type] [-b bits] [-f file] [-C comment] " "[-N new-pass] [-P pass]\n", __progname); exit(1); } |