From: Gilles Darold Date: Sat, 17 Sep 2016 08:52:39 +0000 (+0200) Subject: Remove plural form of --ssh-option in documentation. Thanks to mark-a-s for the report. X-Git-Tag: v9.1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecfb049a494da3411c05d49d0197a76b10000ef5;p=pgbadger Remove plural form of --ssh-option in documentation. Thanks to mark-a-s for the report. --- diff --git a/README b/README index 0de9f84..04dbe19 100644 --- a/README +++ b/README @@ -150,7 +150,7 @@ SYNOPSIS --ssh-user username connection login name. Default to running user. --ssh-identity file path to the identity file to use. --ssh-timeout second timeout to ssh connection failure. Default 10 secs. - --ssh-options options list of -o options to use for the ssh connection. + --ssh-option options list of -o options to use for the ssh connection. Options always used: -o ConnectTimeout=$ssh_timeout -o PreferredAuthentications=hostbased,publickey diff --git a/doc/pgBadger.pod b/doc/pgBadger.pod index f53894b..9b378f8 100644 --- a/doc/pgBadger.pod +++ b/doc/pgBadger.pod @@ -151,7 +151,7 @@ some additional options to fully control the ssh connection. --ssh-user username connection login name. Default to running user. --ssh-identity file path to the identity file to use. --ssh-timeout second timeout to ssh connection failure. Default 10 secs. - --ssh-options options list of -o options to use for the ssh connection. + --ssh-option options list of -o options to use for the ssh connection. Options always used: -o ConnectTimeout=$ssh_timeout -o PreferredAuthentications=hostbased,publickey diff --git a/pgbadger b/pgbadger index f3e4c85..2547134 100644 --- a/pgbadger +++ b/pgbadger @@ -1780,7 +1780,7 @@ some additional options to fully control the ssh connection. --ssh-user username connection login name. Default to running user. --ssh-identity file path to the identity file to use. --ssh-timeout second timeout to ssh connection failure. Default 10 secs. - --ssh-options options list of -o options to use for the ssh connection. + --ssh-option options list of -o options to use for the ssh connection. Options always used: -o ConnectTimeout=\$ssh_timeout -o PreferredAuthentications=hostbased,publickey