about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e34558c..94df935 100644
--- a/README.md
+++ b/README.md
@@ -162,8 +162,8 @@ Default output, sorted by name:
 
 ```
 % lr
-./
-.git/
+.
+.git
 .git/HEAD
 .git/config
 [...]
@@ -189,7 +189,7 @@ drwxrwxr-x 7 chris users   240 2015-10-27 13:56 .git/
 Simple test:
 
 ```
-% lr -t 'type == d'
+% lr -F -t 'type == d'
 ./
 .git/
 .git/hooks/