summaryrefslogtreecommitdiff
path: root/ssh-add.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-06-13 13:03:34 +1000
committerDamien Miller <djm@mindrot.org>2006-06-13 13:03:34 +1000
commit7b1e757b28a19eafd5f834307ea7c4493210095d (patch)
tree13f02e36b94501384daafa9c06f702d3fc212619 /ssh-add.c
parentfbc94c857a263bbee6580b6229502dcea0250c14 (diff)
downloadopenssh-git-7b1e757b28a19eafd5f834307ea7c4493210095d.tar.gz
- 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 '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 ff85af03..836cb5f9 100644
--- a/ssh-add.c
+++ b/ssh-add.c
@@ -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");