diff options
author | 2007-09-09 11:38:01 +0000 | |
---|---|---|
committer | 2007-09-09 11:38:01 +0000 | |
commit | 2776602633e4d7e1e43e2e442482c4572cc9f386 (patch) | |
tree | f8250bbc890289fcf19bc58d892b23277bbc6547 /usr.bin/ssh/ssh-add.c | |
parent | Remove some more goo left over from sparc. (diff) | |
download | wireguard-openbsd-2776602633e4d7e1e43e2e442482c4572cc9f386.tar.xz wireguard-openbsd-2776602633e4d7e1e43e2e442482c4572cc9f386.zip |
sort synopsis and options in ssh-agent(1); usage is lowercase
ok jmc@
Diffstat (limited to 'usr.bin/ssh/ssh-add.c')
-rw-r--r-- | usr.bin/ssh/ssh-add.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-add.c b/usr.bin/ssh/ssh-add.c index 3b8ed0e978e..07bc23f7a9d 100644 --- a/usr.bin/ssh/ssh-add.c +++ b/usr.bin/ssh/ssh-add.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-add.c,v 1.89 2006/08/03 03:34:42 deraadt Exp $ */ +/* $OpenBSD: ssh-add.c,v 1.90 2007/09/09 11:38:01 sobrado Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -306,7 +306,7 @@ do_file(AuthenticationConnection *ac, int deleting, char *file) static void usage(void) { - fprintf(stderr, "Usage: %s [options] [file ...]\n", __progname); + fprintf(stderr, "usage: %s [options] [file ...]\n", __progname); fprintf(stderr, "Options:\n"); fprintf(stderr, " -l List fingerprints of all identities.\n"); fprintf(stderr, " -L List public key parameters of all identities.\n"); |