diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-08-15 14:27:01 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-08-15 14:27:01 -0400 |
commit | d8aa899bd9770296ef63b09c3161bedaf25e5207 (patch) | |
tree | a24f49ef39c9270e7bfb9b5095560bd440ca32d1 /docs | |
parent | 19f16a31e1a1bd4ccdbbaa59c719f9ba11daf813 (diff) | |
download | bfs-d8aa899bd9770296ef63b09c3161bedaf25e5207.tar.xz |
docs/bfs.1: Document that -prune does not work together with -depth
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bfs.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -728,6 +728,13 @@ instead. .TP .B \-prune Don't descend into this directory. +This has no effect if +.B \-depth +is enabled (either explicitly, or implicitly by +.BR \-delete ). +Use +.B \-exclude +instead in that case. .TP .B \-quit Quit immediately. |