diff options
author | Darren Tucker <dtucker@zip.com.au> | 2009-10-06 23:22:20 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2009-10-06 23:22:20 +0200 |
commit | adba1ba51474d43e708de2b986c36199fa8f167e (patch) | |
tree | 50be235ba18609fe5f666e9be3fca1c4904189ed /sftp.1 | |
parent | - djm@cvs.openbsd.org 2009/08/12 00:13:00 (diff) | |
download | openssh-adba1ba51474d43e708de2b986c36199fa8f167e.tar.xz openssh-adba1ba51474d43e708de2b986c36199fa8f167e.zip |
- jmc@cvs.openbsd.org 2009/08/12 06:31:42
[sftp.1]
sort options;
Diffstat (limited to '')
-rw-r--r-- | sftp.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.70 2009/08/12 00:13:00 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.71 2009/08/12 06:31:42 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -132,14 +132,14 @@ prefixing the command with a .Sq \- character (for example, .Ic -rm /tmp/blah* ) . -.It Fl c Ar cipher -Selects the cipher to use for encrypting the data transfers. -This option is directly passed to -.Xr ssh 1 . .It Fl C Enables compression (via ssh's .Fl C flag). +.It Fl c Ar cipher +Selects the cipher to use for encrypting the data transfers. +This option is directly passed to +.Xr ssh 1 . .It Fl F Ar ssh_config Specifies an alternative per-user configuration file for |