From 220222a0fecf0fbd9f49633abef552dd019ab9cd Mon Sep 17 00:00:00 2001 From: Max Reitz Date: Wed, 17 Feb 2021 12:58:44 +0100 Subject: qsd: Document FUSE exports Implementing FUSE exports required no changes to the storage daemon, so we forgot to document them there. Considering that both NBD and vhost-user-blk exports are documented in its man page (and NBD exports in its --help text), we should probably do the same for FUSE. Signed-off-by: Max Reitz Message-Id: <20210217115844.62661-1-mreitz@redhat.com> Reviewed-by: Eric Blake --- storage-daemon/qemu-storage-daemon.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'storage-daemon/qemu-storage-daemon.c') diff --git a/storage-daemon/qemu-storage-daemon.c b/storage-daemon/qemu-storage-daemon.c index 72900dc2ec..fc8b150629 100644 --- a/storage-daemon/qemu-storage-daemon.c +++ b/storage-daemon/qemu-storage-daemon.c @@ -98,6 +98,10 @@ static void help(void) " export the specified block node over NBD\n" " (requires --nbd-server)\n" "\n" +" --export [type=]fuse,id=,node-name=,mountpoint=\n" +" [,growable=on|off][,writable=on|off]\n" +" export the specified block node over FUSE\n" +"\n" " --monitor [chardev=]name[,mode=control][,pretty[=on|off]]\n" " configure a QMP monitor\n" "\n" -- cgit 1.4.1