]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: updated argument name for -P in first synopsis was
authorjmc@openbsd.org <jmc@openbsd.org>
Mon, 22 Jun 2020 06:37:38 +0000 (06:37 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 26 Jun 2020 05:18:07 +0000 (15:18 +1000)
missed in previous;

OpenBSD-Commit-ID: 8d84dc3050469884ea91e29ee06a371713f2d0b7

ssh-agent.c

index d2f00e5baac38915f3e9a218025eb3083a854f5f..06efe3c6f027d1a92c74912524f9398e726b2afc 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-agent.c,v 1.260 2020/06/22 05:52:05 djm Exp $ */
+/* $OpenBSD: ssh-agent.c,v 1.261 2020/06/22 06:37:38 jmc Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -1254,7 +1254,7 @@ usage(void)
 {
        fprintf(stderr,
            "usage: ssh-agent [-c | -s] [-Dd] [-a bind_address] [-E fingerprint_hash]\n"
-           "                 [-P provider_whitelist] [-t life]\n"
+           "                 [-P allowed_providers] [-t life]\n"
            "       ssh-agent [-a bind_address] [-E fingerprint_hash] [-P allowed_providers]\n"
            "                 [-t life] command [arg ...]\n"
            "       ssh-agent [-c | -s] -k\n");