aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/helper.c b/lib/helper.c
index ced70a2..aceff9f 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -139,11 +139,7 @@ void fuse_cmdline_help(void)
" -o max_idle_threads the maximum number of idle worker threads\n"
" allowed (default: -1)\n"
" -o max_threads the maximum number of worker threads\n"
- " allowed (default: 10)\n"
- /* fuse_ll_opts in fuse_lowlevel.c, FIXME, call into that file */
- " -o io_uring enable io-uring\n"
- " -o io_uring_q_depth=<n> io-uring queue depth\n"
-);
+ " allowed (default: 10)\n");
}
static int fuse_helper_opt_proc(void *data, const char *arg, int key,