summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authormouring <mouring>2001-09-12 18:35:30 +0000
committermouring <mouring>2001-09-12 18:35:30 +0000
commite747496059393c7b4fc40207d8e170d89f87827e (patch)
tree5735e2d8c88d7d7a21c8d6a4008d425760b7e0be /sftp.1
parente258692aa648631a3d41e41357a98d0429bc7891 (diff)
downloadopenssh-e747496059393c7b4fc40207d8e170d89f87827e.tar.gz
- deraadt@cvs.openbsd.org 2001/09/05 06:23:07
[scp.1 sftp.1 ssh.1 ssh-agent.1 sshd.8 ssh-keygen.1 ssh-keyscan.1] avoid first person in manual pages
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.16
1 files changed, 3 insertions, 3 deletions
diff --git a/sftp.1 b/sftp.1
index 25a9b8a4..2787e99c 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp.1,v 1.23 2001/08/14 17:54:29 stevesk Exp $
+.\" $OpenBSD: sftp.1,v 1.24 2001/09/05 06:23:07 deraadt Exp $
.\"
.\" Copyright (c) 2001 Damien Miller. All rights reserved.
.\"
@@ -85,8 +85,8 @@ in the format used in the
configuration file. This is useful for specifying options
for which there is no separate
.Nm sftp
-command-line flag. For example, to force the use of protocol
-version 1 you may specify
+command-line flag. For example, forcing the use of protocol
+version 1 is specified using
.Ic sftp -oProtocol=1 .
.It Fl v
Raise logging level. This option is also passed to ssh.