fuse_session_new: accept -o debug as synonym for -d
authorNikolaus Rath <Nikolaus@rath.org>
Sun, 16 Oct 2016 21:17:30 +0000 (14:17 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 16 Oct 2016 21:17:30 +0000 (14:17 -0700)
lib/fuse_lowlevel.c

index 92e0ea3ff1b4405e929c91c5180e0c28c7d0dcb2..fc37a2474baa9dfd09c4fb0573b38d82dc0fa5dd 100644 (file)
@@ -2523,6 +2523,7 @@ clear_pipe:
 static const struct fuse_opt fuse_ll_opts[] = {
        LL_OPTION("debug", debug, 1),
        LL_OPTION("-d", debug, 1),
+       LL_OPTION("debug", debug, 1),
        LL_OPTION("allow_root", allow_root, 1),
        FUSE_OPT_END
 };