summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.14
1 files changed, 3 insertions, 1 deletions
diff --git a/sftp.1 b/sftp.1
index dae551bdf..6a365a41d 100644
--- a/sftp.1
+++ b/sftp.1
@@ -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
91Commands are case insensitive and pathnames may be enclosed in quotes if they 91Commands are case insensitive and pathnames may be enclosed in quotes if they
92contain spaces. 92contain spaces.
93.Bl -tag -width Ds 93.Bl -tag -width Ds
94.It Ic bye
95Quit sftp.
94.It Ic cd Ar path 96.It Ic cd Ar path
95Change remote directory to 97Change remote directory to
96.Ar path . 98.Ar path .