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/helper.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/helper.c') diff --git a/lib/helper.c b/lib/helper.c index 97577c2..6a55269 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -114,6 +114,7 @@ static int fuse_helper_opt_proc(void *data, const char *arg, int key, } default: + /* Pass through unknown options */ return 1; } } -- cgit v1.2.3