diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2001-02-10 00:45:53 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2001-02-10 00:45:53 +0000 |
commit | adf6430be581c571f586c9946eb76f3d1dcb49f3 (patch) | |
tree | 5f086db7300748f7dc4a819f1eca48b61cc5a7d7 /usr.bin/ssh | |
parent | 240348a3cb1fe5eb6b01fa1b15a413c9f2f32c51 (diff) |
Mention that you can quote pathnames with spaces in them
Diffstat (limited to 'usr.bin/ssh')
-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 84edc4d67e0..3b9d5124ebf 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.5 2001/02/07 18:10:39 stevesk Exp $ +.\" $OpenBSD: sftp.1,v 1.6 2001/02/10 00:45:52 djm Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -64,7 +64,8 @@ Once in interactive mode, .Nm understands a set of commands similar to those of .Xr ftp 1 . -Commands are case insensitive. +Commands are case insensitive and pathnames may be enclosed in quotes if they +contain spaces. .Bl -tag -width Ds .It Ic cd Ar path Change remote directory to |