about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-02-01 22:23:59 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2016-02-01 22:23:59 +0100
commit75157990fbf934ab19847c81981ee31397566308 (patch)
treee34be35b3b9a7677322cd2feec951c356c90e13d /README.md
parentbe177ab6c880d954338aabfc8eb3d44b2d0ff2e6 (diff)
downloadlr-75157990fbf934ab19847c81981ee31397566308.tar.gz
lr-75157990fbf934ab19847c81981ee31397566308.tar.xz
lr-75157990fbf934ab19847c81981ee31397566308.zip
document -G
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 3fb6373..67f7d42 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ Over ls:
 
 ## Usage:
 
-	lr [-0|-F|-l|-S|-f FMT] [-D] [-H|-L] [-1AQdhsx] [-U|-o ORD] [-t TEST]* PATH...
+	lr [-0|-F|-l|-S|-f FMT] [-D] [-H|-L] [-1AGQdhsx] [-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 (`*/=>@|`).
@@ -52,6 +52,7 @@ Over ls:
 * `-L`: follow all symlinks.
 * `-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.
 * `-d`: don't enter directories.
 * `-h`: print human readable size for `-l` (also `%s`).