summaryrefslogtreecommitdiff
path: root/ssh-agent.c
diff options
context:
space:
mode:
authorjmc@openbsd.org <jmc@openbsd.org>2014-12-21 23:35:14 +0000
committerDamien Miller <djm@mindrot.org>2014-12-22 13:16:58 +1100
commita5375ccb970f49dddf7d0ef63c9b713ede9e7260 (patch)
treeadfd7c1edfe9b4188f708e6efa996b1c65d7de6b /ssh-agent.c
parentb79efde5c3badf5ce4312fe608d8307eade533c5 (diff)
upstream commit
tweak previous;
Diffstat (limited to 'ssh-agent.c')
-rw-r--r--ssh-agent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-agent.c b/ssh-agent.c
index c2dc1fa0c..ae2bacca5 100644
--- a/ssh-agent.c
+++ b/ssh-agent.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-agent.c,v 1.192 2014/12/21 22:27:56 djm Exp $ */ 1/* $OpenBSD: ssh-agent.c,v 1.193 2014/12/21 23:35:14 jmc 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
@@ -1027,8 +1027,8 @@ static void
1027usage(void) 1027usage(void)
1028{ 1028{
1029 fprintf(stderr, 1029 fprintf(stderr,
1030 "usage: ssh-agent [-c | -s] [-d] [-a bind_address] [-t life]\n" 1030 "usage: ssh-agent [-c | -s] [-d] [-a bind_address] [-E fingerprint_hash]\n"
1031 " [-E fingerprint_hash] [command [arg ...]]\n" 1031 " [-t life] [command [arg ...]]\n"
1032 " ssh-agent [-c | -s] -k\n"); 1032 " ssh-agent [-c | -s] -k\n");
1033 exit(1); 1033 exit(1);
1034} 1034}