aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-10-09 00:45:13 +0200
committerMattias Andrée <maandree@operamail.com>2013-10-09 00:45:13 +0200
commit216333dd62df25f88aa23dab4c9b1270f66c4c49 (patch)
tree356fffdb882f428ab513a5936da89008f1a5bcad
parentimplement --visible (diff)
downloadbfind-216333dd62df25f88aa23dab4c9b1270f66c4c49.tar.gz
bfind-216333dd62df25f88aa23dab4c9b1270f66c4c49.tar.bz2
bfind-216333dd62df25f88aa23dab4c9b1270f66c4c49.tar.xz
add --print0 to readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index b111a52..d0f6ef6 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ Minimalitic `find` using breadth first crawling.
The entire invocation syntax is:
bfind [--xdev] [--hardlinks] [--symlinks] \
- [--visible] [--] DIRECTORY
+ [--visible] [--print0] [--] DIRECTORY
With --xdev crawling will not be restricted to
one mount point.
@@ -26,6 +26,7 @@ Short option alternatives:
-h --hardlinks
-s --symlinks
-v --visible
+ -0 --print0
Short options can be combined