diff options
author | dtucker <dtucker> | 2010-01-15 00:42:51 +0000 |
---|---|---|
committer | dtucker <dtucker> | 2010-01-15 00:42:51 +0000 |
commit | 96c7c8ad6f809f03e7e6ce4186999b1bf5922ee7 (patch) | |
tree | 4c45273c42e8dfcd51b640e24d2b738b21c41919 /sftp.1 | |
parent | 2906040c339773ec48f3258056519105a70fa70b (diff) | |
download | openssh-96c7c8ad6f809f03e7e6ce4186999b1bf5922ee7.tar.gz |
- jmc@cvs.openbsd.org 2010/01/13 12:48:34
[sftp.1 sftp.c]
sftp.1: put ls -h in the right place
sftp.c: as above, plus add -p to get/put, and shorten their arg names
to keep the help usage nicely aligned
ok djm
Diffstat (limited to 'sftp.1')
-rw-r--r-- | sftp.1 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: sftp.1,v 1.81 2010/01/13 01:40:16 djm Exp $ +.\" $OpenBSD: sftp.1,v 1.82 2010/01/13 12:48:34 jmc Exp $ .\" .\" Copyright (c) 2001 Damien Miller. All rights reserved. .\" @@ -393,7 +393,7 @@ to .It Ic lpwd Print local working directory. .It Xo Ic ls -.Op Fl 1aflhnrSt +.Op Fl 1afhlnrSt .Op Ar path .Xc Display a remote directory listing of either @@ -418,14 +418,14 @@ List files beginning with a dot .It Fl f Do not sort the listing. The default sort order is lexicographical. -.It Fl l -Display additional details including permissions -and ownership information. .It Fl h When used with a long format option, use unit suffixes: Byte, Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte, and Exabyte in order to reduce the number of digits to four or fewer using powers of 2 for sizes (K=1024, M=1048576, etc.). +.It Fl l +Display additional details including permissions +and ownership information. .It Fl n Produce a long listing with user and group information presented numerically. |