From e20e5c9ae574bba8827310edf38ae9edca08c469 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 1 Oct 2016 11:24:46 -0700 Subject: Improve documentation of argument parsing. --- lib/mount_bsd.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/mount_bsd.c') diff --git a/lib/mount_bsd.c b/lib/mount_bsd.c index 3d6b12f..40ef93f 100644 --- a/lib/mount_bsd.c +++ b/lib/mount_bsd.c @@ -141,6 +141,8 @@ static int fuse_mount_opt_proc(void *data, const char *arg, int key, mo->ishelp = 1; break; } + + /* Pass through unknown options */ return 1; } -- cgit v1.2.3