about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-07-27 13:46:08 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-07-27 13:46:08 +0200
commit85b4b2bb94c2ab4e837aa5fc99c5209cee4f58f2 (patch)
tree0f6beeecab8edb8302b5447deb775f81a9ecb4f2 /README.md
parent4bdec3f2e9025964ab810f832ff768fa32c1e173 (diff)
downloadlr-85b4b2bb94c2ab4e837aa5fc99c5209cee4f58f2.tar.gz
lr-85b4b2bb94c2ab4e837aa5fc99c5209cee4f58f2.tar.xz
lr-85b4b2bb94c2ab4e837aa5fc99c5209cee4f58f2.zip
lr: breaking change: swap meaning of -Q
This is a bit unfortunate, but the better behavior in the long run.
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index b6e512d..d423dcd 100644
--- a/README.md
+++ b/README.md
@@ -51,14 +51,14 @@ Over ls:
 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`).
+* `-0`: output filenames seperated by NUL bytes.
   Likewise, read input filenames seperated by NUL bytes.
 * `-F`: output filenames and an indicator of their file type (`*/=>@|`).
-* `-l`: long output ala `ls -l`.
+* `-l`: long output ala `ls -l` (implies `-Q`).
 * `-TA`: with `-l`, output atime.
 * `-TC`: with `-l`, output ctime.
 * `-TM`: with `-l`, output mtime (default).
-* `-S`: BSD stat(1)-inspired output.
+* `-S`: BSD stat(1)-inspired output (implies `-Q`).
 * `-f FMT`: custom formatting, see below.
 * `-D`: depth first traversal. `prune` does not work, but `entries`
   and `total` are computed on the fly.
@@ -67,7 +67,7 @@ input, instead of traversing path.
 * `-1`: don't go below one level of directories.
 * `-A`: don't list files starting with a dot.
 * `-G`: colorize output to tty.  Use twice to force colorize.
-* `-Q`: don't shell quote file names.
+* `-Q`: shell quote file names (default for output to TTY).
 * `-d`: don't enter directories.
 * `-h`: print human readable size for `-l` (also `%s`).
 * `-s`: strip directory prefix passed on command line.