summaryrefslogtreecommitdiff
path: root/sftp.1
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-01-15 11:42:51 +1100
committerDarren Tucker <dtucker@zip.com.au>2010-01-15 11:42:51 +1100
commit75fe626489bbafd966332db1b4801fee0c179ffd (patch)
treef8f4762eb04755387782a4517aa87733cca5311a /sftp.1
parent6abc9f68aa19288a4673f5e3030706e31d606407 (diff)
- 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.110
1 files changed, 5 insertions, 5 deletions
diff --git a/sftp.1 b/sftp.1
index f6371cf54..175dc6520 100644
--- a/sftp.1
+++ b/sftp.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: sftp.1,v 1.81 2010/01/13 01:40:16 djm Exp $ 1.\" $OpenBSD: sftp.1,v 1.82 2010/01/13 12:48:34 jmc Exp $
2.\" 2.\"
3.\" Copyright (c) 2001 Damien Miller. All rights reserved. 3.\" Copyright (c) 2001 Damien Miller. All rights reserved.
4.\" 4.\"
@@ -393,7 +393,7 @@ to
393.It Ic lpwd 393.It Ic lpwd
394Print local working directory. 394Print local working directory.
395.It Xo Ic ls 395.It Xo Ic ls
396.Op Fl 1aflhnrSt 396.Op Fl 1afhlnrSt
397.Op Ar path 397.Op Ar path
398.Xc 398.Xc
399Display a remote directory listing of either 399Display a remote directory listing of either
@@ -418,14 +418,14 @@ List files beginning with a dot
418.It Fl f 418.It Fl f
419Do not sort the listing. 419Do not sort the listing.
420The default sort order is lexicographical. 420The default sort order is lexicographical.
421.It Fl l
422Display additional details including permissions
423and ownership information.
424.It Fl h 421.It Fl h
425When used with a long format option, use unit suffixes: Byte, Kilobyte, 422When used with a long format option, use unit suffixes: Byte, Kilobyte,
426Megabyte, Gigabyte, Terabyte, Petabyte, and Exabyte in order to reduce 423Megabyte, Gigabyte, Terabyte, Petabyte, and Exabyte in order to reduce
427the number of digits to four or fewer using powers of 2 for sizes (K=1024, 424the number of digits to four or fewer using powers of 2 for sizes (K=1024,
428M=1048576, etc.). 425M=1048576, etc.).
426.It Fl l
427Display additional details including permissions
428and ownership information.
429.It Fl n 429.It Fl n
430Produce a long listing with user and group information presented 430Produce a long listing with user and group information presented
431numerically. 431numerically.