summaryrefslogtreecommitdiff
path: root/sftp-server.8
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-01-09 15:58:21 +1100
committerDamien Miller <djm@mindrot.org>2013-01-09 15:58:21 +1100
commitaa7ad3039c671c157bb99217d60674dad8154a22 (patch)
treed87fdce452033157a7f2cd81ae79a04588f6155f /sftp-server.8
parentec77c954c8c7b7cebab0e263b1a43bf6b789ecfb (diff)
downloadopenssh-git-aa7ad3039c671c157bb99217d60674dad8154a22.tar.gz
- jmc@cvs.openbsd.org 2013/01/04 19:26:38
[sftp-server.8 sftp-server.c] sftp-server.8: add argument name to -d sftp-server.c: add -d to usage() ok djm
Diffstat (limited to 'sftp-server.8')
-rw-r--r--sftp-server.86
1 files changed, 3 insertions, 3 deletions
diff --git a/sftp-server.8 b/sftp-server.8
index 4d15f124..2fd3df20 100644
--- a/sftp-server.8
+++ b/sftp-server.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sftp-server.8,v 1.20 2013/01/03 12:54:49 djm Exp $
+.\" $OpenBSD: sftp-server.8,v 1.21 2013/01/04 19:26:38 jmc Exp $
.\"
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
.\"
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 3 2013 $
+.Dd $Mdocdate: January 4 2013 $
.Dt SFTP-SERVER 8
.Os
.Sh NAME
@@ -57,7 +57,7 @@ for more information.
.Pp
Valid options are:
.Bl -tag -width Ds
-.It Fl d
+.It Fl d Ar start_directory
specifies an alternate starting directory for users.
The pathname may contain the following tokens that are expanded at runtime:
%% is replaced by a literal '%',