From 15a15850f3f95816fef8e1343a20a70c7e3b49da Mon Sep 17 00:00:00 2001 From: Sergei Shilovsky Date: Thu, 23 Jun 2022 15:48:03 +0300 Subject: Fix -o analogue for --map-*-rev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Martin Pärtel --- src/bindfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/bindfs.c b/src/bindfs.c index fd71624..c7682b1 100644 --- a/src/bindfs.c +++ b/src/bindfs.c @@ -2370,8 +2370,8 @@ int main(int argc, char *argv[]) OPT_OFFSET2("--map=%s", "map=%s", map, -1), OPT_OFFSET2("--map-passwd=%s", "map-passwd=%s", map_passwd, -1), OPT_OFFSET2("--map-group=%s", "map-group=%s", map_group, -1), - OPT_OFFSET2("--map-passwd-rev=%s", "map-passwd=%s", map_passwd_rev, -1), - OPT_OFFSET2("--map-group-rev=%s", "map-group=%s", map_group_rev, -1), + OPT_OFFSET2("--map-passwd-rev=%s", "map-passwd-rev=%s", map_passwd_rev, -1), + OPT_OFFSET2("--map-group-rev=%s", "map-group-rev=%s", map_group_rev, -1), OPT_OFFSET3("-n", "--no-allow-other", "no-allow-other", no_allow_other, -1), OPT_OFFSET2("--read-rate=%s", "read-rate=%s", read_rate, -1), -- cgit v1.2.3