summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-06-22 12:31:23 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-06-22 12:31:23 +1000
commitb357afc0a03a4238a01acf5d9641ebda9f71d500 (patch)
tree4e53d992a4a53a5f3fbbafa8cd26b3c1209dd57e /sftp.1
parentb215c5d8fec624a18751f03cfb416a340b07fa15 (diff)
- djm@cvs.openbsd.org 2004/06/20 19:28:12
[sftp.1] mention new -n flag
Diffstat (limited to 'sftp.1')
-rw-r--r--sftp.16
1 files changed, 5 insertions, 1 deletions
diff --git a/sftp.1 b/sftp.1
index 7f0ef1121..fec67731b 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.55 2004/06/13 15:03:02 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.56 2004/06/20 19:28:12 djm Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -303,6 +303,10 @@ If the
303.Fl l 303.Fl l
304flag is specified, then display additional details including permissions 304flag is specified, then display additional details including permissions
305and ownership information. 305and ownership information.
306The
307.Fl n
308flag will produce a long listing with user and group information presented
309numerically.
306.It Ic lumask Ar umask 310.It Ic lumask Ar umask
307Set local umask to 311Set local umask to
308.Ar umask . 312.Ar umask .