diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-12-18 13:30:42 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-12-18 13:30:42 -0500 |
commit | aea1a7b4ee5e871a65a04947bbc43778f23ae5e2 (patch) | |
tree | 347b4017eb39c7a660a844929ddd04ab83e67f9b /parse.c | |
parent | 4b9592f93a68f88152b390898004e5e54b540cae (diff) | |
download | bfs-aea1a7b4ee5e871a65a04947bbc43778f23ae5e2.tar.xz |
Add support for -x (same as -mount/-xdev, from BSD)
Diffstat (limited to 'parse.c')
-rw-r--r-- | parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1861,6 +1861,7 @@ static const struct table_entry parse_table[] = { {"warn", false, parse_warn, true}, {"wholename", false, parse_path, false}, {"writable", false, parse_access, W_OK}, + {"x", false, parse_mount}, {"xdev", false, parse_mount}, {"xtype", false, parse_type, true}, {"-"}, |