diff options
author | Damien Miller <djm@mindrot.org> | 2006-06-13 05:03:34 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-06-13 05:03:34 +0200 |
commit | 7b1e757b28a19eafd5f834307ea7c4493210095d (patch) | |
tree | 13f02e36b94501384daafa9c06f702d3fc212619 /ssh-add.c | |
parent | - jmc@cvs.openbsd.org 2006/05/29 16:13:23 (diff) | |
download | openssh-7b1e757b28a19eafd5f834307ea7c4493210095d.tar.xz openssh-7b1e757b28a19eafd5f834307ea7c4493210095d.zip |
- mk@cvs.openbsd.org 2006/05/30 11:46:38
[ssh-add.c]
Sync usage() with man page and reality.
ok deraadt dtucker
Diffstat (limited to '')
-rw-r--r-- | ssh-add.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-add.c,v 1.79 2006/03/25 13:17:02 djm Exp $ */ +/* $OpenBSD: ssh-add.c,v 1.80 2006/05/30 11:46:38 mk Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -299,7 +299,7 @@ do_file(AuthenticationConnection *ac, int deleting, char *file) static void usage(void) { - fprintf(stderr, "Usage: %s [options]\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"); |