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.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/mount.c') diff --git a/lib/mount.c b/lib/mount.c index 7be7b25..b2b841d 100644 --- a/lib/mount.c +++ b/lib/mount.c @@ -241,6 +241,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