diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2020-06-22 06:37:38 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-06-26 15:18:07 +1000 |
commit | b659319a5bc9e8adf3c4facc51f37b670d2a7426 (patch) | |
tree | 4a981288a428941c94d5eef8daedcdb776834192 /ssh-agent.c | |
parent | 02a9222cbce7131d639984c2f6c71d1551fc3333 (diff) |
upstream: updated argument name for -P in first synopsis was
missed in previous;
OpenBSD-Commit-ID: 8d84dc3050469884ea91e29ee06a371713f2d0b7
Diffstat (limited to 'ssh-agent.c')
-rw-r--r-- | ssh-agent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-agent.c b/ssh-agent.c index d2f00e5ba..06efe3c6f 100644 --- a/ssh-agent.c +++ b/ssh-agent.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssh-agent.c,v 1.260 2020/06/22 05:52:05 djm Exp $ */ | 1 | /* $OpenBSD: ssh-agent.c,v 1.261 2020/06/22 06:37:38 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 |
@@ -1254,7 +1254,7 @@ usage(void) | |||
1254 | { | 1254 | { |
1255 | fprintf(stderr, | 1255 | fprintf(stderr, |
1256 | "usage: ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash]\n" | 1256 | "usage: ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash]\n" |
1257 | " [-P provider_whitelist] [-t life]\n" | 1257 | " [-P allowed_providers] [-t life]\n" |
1258 | " ssh-agent [-a bind_address] [-E fingerprint_hash] [-P allowed_providers]\n" | 1258 | " ssh-agent [-a bind_address] [-E fingerprint_hash] [-P allowed_providers]\n" |
1259 | " [-t life] command [arg ...]\n" | 1259 | " [-t life] command [arg ...]\n" |
1260 | " ssh-agent [-c | -s] -k\n"); | 1260 | " ssh-agent [-c | -s] -k\n"); |