aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 3efbee8..ca55376 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
-Minimalitic `find` using breadth first crawling.
+Minimalitic `find` using breadth-first crawling.
The entire invocation syntax is:
bfind [--xdev] [--hardlinks] [--symlinks] \
- [--visible] [--print0] [--] DIRECTORY
+ [--visible] [--print0] [--] [DIRECTORY]
With --xdev crawling will not be restricted to
one mount point.
@@ -35,7 +35,7 @@ Short option alternatives:
Short options can be combined
-Each link will always start with DIRECTORY.
+Each line will always start with DIRECTORY.
Why bfind? While bfind is not as fast as find*,