From 3e022acf4076e4eb76ffbbf1a965b01e21936ea2 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 16 Oct 2016 14:17:30 -0700 Subject: fuse_session_new: accept -o debug as synonym for -d --- lib/fuse_lowlevel.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/fuse_lowlevel.c') diff --git a/lib/fuse_lowlevel.c b/lib/fuse_lowlevel.c index 92e0ea3..fc37a24 100644 --- a/lib/fuse_lowlevel.c +++ b/lib/fuse_lowlevel.c @@ -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 }; -- cgit v1.2.3