aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-12 19:31:05 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-12 19:31:05 +0200
commit4da73615d586c9847cce02d1884c8e11c610eeab (patch)
tree2c00d6f356500773aef5b70571c58ce8415e2d64 /README
parentadd install and unstall (diff)
downloadbfind-4da73615d586c9847cce02d1884c8e11c610eeab.tar.gz
bfind-4da73615d586c9847cce02d1884c8e11c610eeab.tar.bz2
bfind-4da73615d586c9847cce02d1884c8e11c610eeab.tar.xz
m + add info manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
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*,