]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-drecurse.md
Update base_version to 0.34~ for 0.34 development
[bup.git] / Documentation / bup-drecurse.md
index c39c6d5fc46f65a66e77968fac5744b3a1e7837a..ab97ea29af118dd2d146ff60c5d8901e81da0d55 100644 (file)
@@ -43,7 +43,7 @@ come after its children, making this easy.
 
 \--exclude-from=*filename*
 :   read --exclude paths from *filename*, one path per-line (may be
-    repeated).
+    repeated).  Ignore completely empty lines.
     
 \--exclude-rx=*pattern*
 :   exclude any path matching *pattern*.  See `bup-index`(1) for
@@ -53,14 +53,13 @@ come after its children, making this easy.
 
 \--exclude-rx-from=*filename*
 :   read --exclude-rx patterns from *filename*, one pattern per-line
-    (may be repeated).
+    (may be repeated).  Ignore completely empty lines.
 
 \--profile
 :   print profiling information upon completion.  Useful
     when testing performance of the traversal algorithms.
     
-# EXAMPLE
-
+# EXAMPLES
     bup drecurse -x /
 
 # SEE ALSO