about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2019-12-05 22:23:23 +0100
committerLeah Neukirchen <leah@vuxu.org>2019-12-05 22:23:23 +0100
commit919c4cee4a9db0dcfeb4b0d6e48cf97d50f91d88 (patch)
tree5c101bef0477a6e22194cd8fe3ee83f4d2cc6fb1 /README.md
parentc810506ce11fb8cdcc13d8da5f9a5606a069ce89 (diff)
downloadlr-919c4cee4a9db0dcfeb4b0d6e48cf97d50f91d88.tar.gz
lr-919c4cee4a9db0dcfeb4b0d6e48cf97d50f91d88.tar.xz
lr-919c4cee4a9db0dcfeb4b0d6e48cf97d50f91d88.zip
add -W to sort results by name and print during traversal
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index a0b423f..a333178 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Over ls:
 
 ## Usage:
 
-	lr [-0|-F|-l [-TA|-TC|-TM]|-S|-f FMT] [-B|-D] [-H|-L] [-1AGPQXdhsx] [-U|-o ORD] [-e REGEX]* [-t TEST]* PATH...
+	lr [-0|-F|-l [-TA|-TC|-TM]|-S|-f FMT] [-B|-D] [-H|-L] [-1AGPQXdhsx] [-U|-W|-o ORD] [-e REGEX]* [-t TEST]* PATH...
 
 The special path argument `-` makes `lr` read file names from standard
 input, instead of traversing path.
@@ -76,7 +76,8 @@ input, instead of traversing path.
 * `-h`: print human readable size for `-l` (also `%s`).
 * `-s`: strip directory prefix passed on command line.
 * `-x`: don't enter other filesystems.
-* `-U`: don't sort results.
+* `-U`: don't sort results, print during traversal.
+* `-W`: sort results by name and print during traversal.
 * `-o ORD`: sort according to the string `ORD`, see below.
 * `-e REGEX`: only show files where basename matches `REGEX`.
 * `-t TEST`: only show files matching all `TEST`s, see below.