]> andersk Git - openssh.git/blobdiff - sftp.1
- (tim) [contrib/cygwin/README] add minires-devel requirement. Patch from
[openssh.git] / sftp.1
diff --git a/sftp.1 b/sftp.1
index 7f0ef112156ae1520f36576bca5b23a2dbeb4e1c..3b035b1d407a1cf5f82741be7d441f951d0628a3 100644 (file)
--- a/sftp.1
+++ b/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.57 2004/06/21 22:41:31 djm Exp $
 .\"
 .\" Copyright (c) 2001 Damien Miller.  All rights reserved.
 .\"
@@ -303,6 +303,24 @@ 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.
+.Pp
+By default,
+.Ic ls
+listings are sorted in lexicographical order.
+This may be changed by specifying the
+.Fl S
+(sort by file size),
+.Fl t
+(sort by last modification time), or
+.Fl f
+(don't sort at all) flags.
+Additionally, the sort order may be reversed using the
+.Fl r
+flag.
 .It Ic lumask Ar umask
 Set local umask to
 .Ar umask .
This page took 0.032925 seconds and 4 git commands to generate.