aboutsummaryrefslogtreecommitdiff
path: root/lib/fuse_lowlevel.c
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-17 20:16:58 -0700
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2016-10-17 20:16:58 -0700
commit965cb047c15fcbb55c7e80aeea10758143a92ab3 (patch)
treeb25c6c9bd2e6b41c7b36f86282e44ae837e9ca27 /lib/fuse_lowlevel.c
parent904adc00c8fc0f9ed7224bfea31ea093cb17064b (diff)
fuse_session_new(): accept --debug
Fixes commit 3e022acf4076. Thanks to Github user mtheall for the review!
Diffstat (limited to 'lib/fuse_lowlevel.c')
-rw-r--r--lib/fuse_lowlevel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fuse_lowlevel.c b/lib/fuse_lowlevel.c
index 86940eb..1dbe6ed 100644
--- a/lib/fuse_lowlevel.c
+++ b/lib/fuse_lowlevel.c
@@ -2523,7 +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("--debug", debug, 1),
LL_OPTION("allow_root", allow_root, 1),
FUSE_OPT_END
};