diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sftp.1 | 10 |
2 files changed, 8 insertions, 5 deletions
@@ -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 | ||
12 | 20091002 | 15 | 20091002 |
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. |
@@ -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 \- |
133 | character (for example, | 133 | character (for example, |
134 | .Ic -rm /tmp/blah* ) . | 134 | .Ic -rm /tmp/blah* ) . |
135 | .It Fl c Ar cipher | ||
136 | Selects the cipher to use for encrypting the data transfers. | ||
137 | This option is directly passed to | ||
138 | .Xr ssh 1 . | ||
139 | .It Fl C | 135 | .It Fl C |
140 | Enables compression (via ssh's | 136 | Enables compression (via ssh's |
141 | .Fl C | 137 | .Fl C |
142 | flag). | 138 | flag). |
139 | .It Fl c Ar cipher | ||
140 | Selects the cipher to use for encrypting the data transfers. | ||
141 | This option is directly passed to | ||
142 | .Xr ssh 1 . | ||
143 | .It Fl F Ar ssh_config | 143 | .It Fl F Ar ssh_config |
144 | Specifies an alternative | 144 | Specifies an alternative |
145 | per-user configuration file for | 145 | per-user configuration file for |