diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-26 18:52:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-02-26 18:52:33 +0000 |
commit | e352732c1367abff77eb0a540445700301077fd5 (patch) | |
tree | 7007d77864ed34d7ec83e912bb3e6a23800475fd /usr.bin/ssh/sftp.1 | |
parent | fb722d9ada2fe37353daa165f06c375e9575ba7c (diff) |
Ic cannot have that many arguments; spotted by mouring@etoh.eviladmin.org
Diffstat (limited to 'usr.bin/ssh/sftp.1')
-rw-r--r-- | usr.bin/ssh/sftp.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index bfdbce1e917..b7d5317bc4d 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.30 2002/02/12 12:32:27 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.31 2002/02/26 18:52:32 deraadt Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -76,7 +76,8 @@ non-interactive authentication. .Nm will abort if any of the following commands fail: -.Ic get , put , rename , ln , rm , mkdir , chdir , lchdir +.Ic get , put , rename , ln , rm , +.Ic mkdir , chdir , lchdir and .Ic lmkdir . .It Fl o Ar ssh_option |