diff options
author | jmc@openbsd.org <jmc@openbsd.org> | 2020-04-03 07:53:52 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-04-03 08:09:42 +0200 |
commit | 668cb3585ce829bd6e34d4a962c489bda1d16370 (patch) | |
tree | 3f6b7f592236fa2462b90cf79d85703d91923f0e /sftp.1 | |
parent | upstream: avoid another compiler warning spotted in -portable (diff) | |
download | openssh-668cb3585ce829bd6e34d4a962c489bda1d16370.tar.xz openssh-668cb3585ce829bd6e34d4a962c489bda1d16370.zip |
upstream: sort -N and add it to usage();
OpenBSD-Commit-ID: 5b00e8db37c2b0a54c7831fed9e5f4db53ada332
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.129 2020/04/03 04:34:15 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.130 2020/04/03 05:53:52 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -197,6 +197,10 @@ This option is directly passed to .Xr ssh 1 . .It Fl l Ar limit Limits the used bandwidth, specified in Kbit/s. +.It Fl N +Disables quiet mode, e.g. to override the implicit quiet mode set by the +.Fl b +flag. .It Fl o Ar ssh_option Can be used to pass options to .Nm ssh @@ -275,10 +279,6 @@ For full details of the options listed below, and their possible values, see .El .It Fl P Ar port Specifies the port to connect to on the remote host. -.It Fl N -Disables quiet mode, e.g. to override the implicit quiet mode set by the -.Fl b -flag. .It Fl p Preserves modification times, access times, and modes from the original files transferred. |