summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--sftp.110
2 files changed, 8 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index e417906e2..7c305d7d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@
8 discussion. 8 discussion.
9 Patch from carlosvsilvapt@gmail.com as part of his work in the 9 Patch from carlosvsilvapt@gmail.com as part of his work in the
10 Google Summer of Code 10 Google Summer of Code
11 - jmc@cvs.openbsd.org 2009/08/12 06:31:42
12 [sftp.1]
13 sort options;
11 14
1220091002 1520091002
13 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 16 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
diff --git a/sftp.1 b/sftp.1
index d7df8bbee..d47ab1573 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.70 2009/08/12 00:13:00 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.71 2009/08/12 06:31:42 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -132,14 +132,14 @@ prefixing the command with a
132.Sq \- 132.Sq \-
133character (for example, 133character (for example,
134.Ic -rm /tmp/blah* ) . 134.Ic -rm /tmp/blah* ) .
135.It Fl c Ar cipher
136Selects the cipher to use for encrypting the data transfers.
137This option is directly passed to
138.Xr ssh 1 .
139.It Fl C 135.It Fl C
140Enables compression (via ssh's 136Enables compression (via ssh's
141.Fl C 137.Fl C
142flag). 138flag).
139.It Fl c Ar cipher
140Selects the cipher to use for encrypting the data transfers.
141This option is directly passed to
142.Xr ssh 1 .
143.It Fl F Ar ssh_config 143.It Fl F Ar ssh_config
144Specifies an alternative 144Specifies an alternative
145per-user configuration file for 145per-user configuration file for