diff options
author | izxl007 <zeng.zheng@zte.com.cn> | 2025-05-28 21:54:15 +0800 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-05-28 19:25:03 +0200 |
commit | fc71597c8dba7ca8da474cbae3509552e30cbd46 (patch) | |
tree | 1f2ef8abb78dc4b9ba6edc8451a536f7af0fb155 /lib/fuse_lowlevel.c | |
parent | cea9b33acc13e7683e3646fca04953d14e3211b7 (diff) | |
download | libfuse-fc71597c8dba7ca8da474cbae3509552e30cbd46.tar.gz |
fuse_lowlevel.c: Remove duplicate descriptions of auto_unmount
Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
Diffstat (limited to 'lib/fuse_lowlevel.c')
-rw-r--r-- | lib/fuse_lowlevel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/fuse_lowlevel.c b/lib/fuse_lowlevel.c index c2f3ccb..5568786 100644 --- a/lib/fuse_lowlevel.c +++ b/lib/fuse_lowlevel.c @@ -3637,7 +3637,6 @@ void fuse_lowlevel_help(void) " -o allow_other allow access by all users\n" " -o allow_root allow access by root\n" " -o auto_unmount auto unmount on process termination\n" -" -o auto_unmount auto unmount on process termination\n" " -o io_uring enable io-uring\n" " -o io_uring_q_depth=<n> io-uring queue depth\n" ); |