diff options
author | 2001-02-10 00:45:52 +0000 | |
---|---|---|
committer | 2001-02-10 00:45:52 +0000 | |
commit | 33d2c2d5fa6f34684d03eda9e42fe80d9fc13812 (patch) | |
tree | ae94283e30cac2594cd85393c621257c71edb044 | |
parent | check correct char in getput flags (diff) | |
download | wireguard-openbsd-33d2c2d5fa6f34684d03eda9e42fe80d9fc13812.tar.xz wireguard-openbsd-33d2c2d5fa6f34684d03eda9e42fe80d9fc13812.zip |
Mention that you can quote pathnames with spaces in them
-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 |