summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlex Bennée2021-03-23 17:52:50 +0100
committerAlex Bennée2021-03-24 15:24:56 +0100
commit320d0bca94b4650c8fe6b02c6f24ad461f47eed8 (patch)
tree7fd4064577a6eaa93c2b6d0b9f4cdcf138b9e343 /tools
parentdocs/devel: expand style section of memory management (diff)
downloadqemu-320d0bca94b4650c8fe6b02c6f24ad461f47eed8.tar.gz
qemu-320d0bca94b4650c8fe6b02c6f24ad461f47eed8.tar.xz
qemu-320d0bca94b4650c8fe6b02c6f24ad461f47eed8.zip
tools/virtiofsd: include --socket-group in help
I confused myself wandering if this had been merged by looking at the help output. It seems fuse_opt doesn't automagically add to help output so lets do it now. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Connor Kuehl <ckuehl@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Updates: f6698f2b03 ("tools/virtiofsd: add support for --socket-group") Message-Id: <20210323165308.15244-5-alex.bennee@linaro.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/virtiofsd/fuse_lowlevel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/virtiofsd/fuse_lowlevel.c b/tools/virtiofsd/fuse_lowlevel.c
index 1aa26c6333..58e32fc963 100644
--- a/tools/virtiofsd/fuse_lowlevel.c
+++ b/tools/virtiofsd/fuse_lowlevel.c
@@ -2450,6 +2450,7 @@ void fuse_lowlevel_help(void)
printf(
" -o allow_root allow access by root\n"
" --socket-path=PATH path for the vhost-user socket\n"
+ " --socket-group=GRNAME name of group for the vhost-user socket\n"
" --fd=FDNUM fd number of vhost-user socket\n"
" --thread-pool-size=NUM thread pool size limit (default %d)\n",
THREAD_POOL_SIZE);