diff options
author | 2015-04-24 06:26:49 +0000 | |
---|---|---|
committer | 2015-04-24 06:26:49 +0000 | |
commit | 8ccc3967e40ac66b9cf98618526ef0817e12c7aa (patch) | |
tree | 216096343be078e6594518caf55912be3b056965 /usr.bin/ssh/ssh-agent.c | |
parent | add ssh-agent -D to leave ssh-agent in foreground without enabling (diff) | |
download | wireguard-openbsd-8ccc3967e40ac66b9cf98618526ef0817e12c7aa.tar.xz wireguard-openbsd-8ccc3967e40ac66b9cf98618526ef0817e12c7aa.zip |
combine -Dd onto one line and update usage();
Diffstat (limited to 'usr.bin/ssh/ssh-agent.c')
-rw-r--r-- | usr.bin/ssh/ssh-agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/ssh-agent.c b/usr.bin/ssh/ssh-agent.c index a2e781ae012..73e5e06b8af 100644 --- a/usr.bin/ssh/ssh-agent.c +++ b/usr.bin/ssh/ssh-agent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-agent.c,v 1.201 2015/04/24 05:26:44 djm Exp $ */ +/* $OpenBSD: ssh-agent.c,v 1.202 2015/04/24 06:26:49 jmc Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -1120,7 +1120,7 @@ static void usage(void) { fprintf(stderr, - "usage: ssh-agent [-c | -s] [-d] [-a bind_address] [-E fingerprint_hash]\n" + "usage: ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash]\n" " [-t life] [command [arg ...]]\n" " ssh-agent [-c | -s] -k\n"); exit(1); |