about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-10-27 15:21:06 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-10-27 15:21:06 +0100
commitf89e2ed5d2f7455b698a8a90a4b11edf7c13a1b9 (patch)
tree374b96600b0a38fb326016bdcf7e117aef9313c9 /README.md
parentd10807b8daf705c55f1f314a10a8a83a4dfb2fee (diff)
downloadlr-f89e2ed5d2f7455b698a8a90a4b11edf7c13a1b9.tar.gz
lr-f89e2ed5d2f7455b698a8a90a4b11edf7c13a1b9.tar.xz
lr-f89e2ed5d2f7455b698a8a90a4b11edf7c13a1b9.zip
add -S for BSD-style stat(1) output (not exactly the same)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c35391f..c542b28 100644
--- a/README.md
+++ b/README.md
@@ -32,11 +32,12 @@ Over ls:
 
 ## Usage:
 
-	lr [-0|-F|-l|-f FMT] [-D] [-H|-L] [-1AQdhsx] [-U|-o ORD] [-t TEST]* PATH...
+	lr [-0|-F|-l|-S|-f FMT] [-D] [-H|-L] [-1AQdhsx] [-U|-o ORD] [-t TEST]* PATH...
 
 * `-0`: output filenames seperated by NUL bytes (implies `-Q`).
 * `-F`: output filenames and an indicator of their file type (`*/=>@|`).
 * `-l`: long output ala `ls -l`.
+* `-S`: BSD stat(2)-inspired output.
 * `-f FMT`: custom formatting, see below.
 * `-D`: depth first traversal. `prune` does not work, but `entries`
   and `total` is computed.