diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-09-14 14:03:52 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-09-14 14:03:52 -0400 |
commit | 4cfebe30000e7ce90c5763db6391137583e59700 (patch) | |
tree | 49e64b1155d162a3ee2a20e1310c0eef7916818c /parse.c | |
parent | 423058a367043ca5ca59f6080dcf5ed4f7b3475b (diff) | |
download | bfs-4cfebe30000e7ce90c5763db6391137583e59700.tar.xz |
Update documentation for the -mount/-xdev revert
Diffstat (limited to 'parse.c')
-rw-r--r-- | parse.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2605,7 +2605,8 @@ static struct expr *parse_help(struct parser_state *state, int arg1, int arg2) { cfprintf(cout, " ${blu}-mindepth${rs} ${bld}N${rs}\n"); cfprintf(cout, " Ignore files deeper/shallower than ${bld}N${rs}\n"); cfprintf(cout, " ${blu}-mount${rs}\n"); - cfprintf(cout, " Skip mount points entirely\n"); + cfprintf(cout, " Don't descend into other mount points (same as ${blu}-xdev${rs} for now, but will\n"); + cfprintf(cout, " skip mount points entirely in the future)\n"); cfprintf(cout, " ${blu}-noleaf${rs}\n"); cfprintf(cout, " Ignored; for compatibility with GNU find\n"); cfprintf(cout, " ${blu}-regextype${rs} ${bld}TYPE${rs}\n"); |