diff options
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: sftp.1,v 1.21 2001/06/23 17:48:18 itojun Exp $ | 1 | .\" $OpenBSD: sftp.1,v 1.22 2001/08/14 09:23:02 markus Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. | 3 | .\" Copyright (c) 2001 Damien Miller. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -91,6 +91,8 @@ understands a set of commands similar to those of | |||
91 | Commands are case insensitive and pathnames may be enclosed in quotes if they | 91 | Commands are case insensitive and pathnames may be enclosed in quotes if they |
92 | contain spaces. | 92 | contain spaces. |
93 | .Bl -tag -width Ds | 93 | .Bl -tag -width Ds |
94 | .It Ic bye | ||
95 | Quit sftp. | ||
94 | .It Ic cd Ar path | 96 | .It Ic cd Ar path |
95 | Change remote directory to | 97 | Change remote directory to |
96 | .Ar path . | 98 | .Ar path . |