about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49dc30c..60243bc 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,11 @@ Over ls:
 
 	lr [-0|-F|-l [-TA|-TC|-TM]|-S|-f FMT] [-D] [-H|-L] [-1AGQdhsx] [-U|-o ORD] [-t TEST]* PATH...
 
+The special path argument `-` makes `lr` read file names from standard
+input, instead of traversing path.
+
 * `-0`: output filenames seperated by NUL bytes (implies `-Q`).
+  Likewise, read input filenames seperated by NUL bytes.
 * `-F`: output filenames and an indicator of their file type (`*/=>@|`).
 * `-l`: long output ala `ls -l`.
 * `-TA`: with `-l`, output atime.