aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_lowlevel.c
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-16 14:17:30 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-16 14:17:30 -0700
commit3e022acf4076e4eb76ffbbf1a965b01e21936ea2 (patch)
treefd2a3bf132fd71d1c630cc9669062895d68ca569 /lib/fuse_lowlevel.c
parent3c76d564e4a0ea0a5e2777c7b97d39dddd78a16c (diff)
fuse_session_new: accept -o debug as synonym for -d
Diffstat (limited to 'lib/fuse_lowlevel.c')
-rw-r--r--lib/fuse_lowlevel.c1
1 files changed, 1 insertions, 0 deletions
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
};