diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2004-06-20 19:28:13 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2004-06-20 19:28:13 +0000 |
commit | 2343305e967b9fcab1f332412a890328618945cf (patch) | |
tree | 838716e2c262993c9a307bfd858482976e6c654b /usr.bin | |
parent | bf27ea17905971e9da7d71260e1894f3542629ca (diff) |
mention new -n flag
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/sftp.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.bin/ssh/sftp.1 b/usr.bin/ssh/sftp.1 index 7f0ef112156..fec67731b58 100644 --- a/usr.bin/ssh/sftp.1 +++ b/usr.bin/ssh/sftp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.55 2004/06/13 15:03:02 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.56 2004/06/20 19:28:12 djm Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -303,6 +303,10 @@ If the .Fl l flag is specified, then display additional details including permissions and ownership information. +The +.Fl n +flag will produce a long listing with user and group information presented +numerically. .It Ic lumask Ar umask Set local umask to .Ar umask . |