diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-08-12 06:31:43 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-08-12 06:31:43 +0000 |
commit | af3ddbaa22c79abbc7ab905ee17b964ebca7fc30 (patch) | |
tree | dddfdc11e3820857f3f5e3f86b89afbe34090665 /usr.bin | |
parent | b3ac71bc32ab11426adec3daf51dc056c3845faa (diff) |
sort options;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sftp.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index d7df8bbeebb..d47ab1573ae 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -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 |