summaryrefslogtreecommitdiffstats
path: root/parse.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-12-18 13:30:42 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-12-18 13:30:42 -0500
commitaea1a7b4ee5e871a65a04947bbc43778f23ae5e2 (patch)
tree347b4017eb39c7a660a844929ddd04ab83e67f9b /parse.c
parent4b9592f93a68f88152b390898004e5e54b540cae (diff)
downloadbfs-aea1a7b4ee5e871a65a04947bbc43778f23ae5e2.tar.xz
Add support for -x (same as -mount/-xdev, from BSD)
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.c b/parse.c
index b9e979c..8d865e8 100644
--- a/parse.c
+++ b/parse.c
@@ -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},
{"-"},