about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc2d1ac..da2857c 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ Over ls:
 * `ls`: `lr -1 | column`
 * `find .`: `lr` (or `lr -U` for speed.)
 * `ls -l`: `lr -1l`
-* `ls -ltrc`: `lr -l1oc`
+* `ls -ltrc`: `lr -l1Aoc`
 * `find . -name '*.c'`: `lr -t 'name ~~ "*.c"'`
 * `find . -regex 'c$': `lr -t 'path =~ "c$"'`
 * `find -L /proc/*/fd -maxdepth 1 -type f -links 0 -printf '%b %p\n'`: