diff options
Diffstat (limited to 'storage-daemon')
-rw-r--r-- | storage-daemon/qemu-storage-daemon.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/storage-daemon/qemu-storage-daemon.c b/storage-daemon/qemu-storage-daemon.c index 4e18d3fc85..b8e910f220 100644 --- a/storage-daemon/qemu-storage-daemon.c +++ b/storage-daemon/qemu-storage-daemon.c @@ -123,12 +123,12 @@ static void help(void) #endif /* CONFIG_VHOST_USER_BLK_SERVER */ #ifdef CONFIG_VDUSE_BLK_EXPORT " --export [type=]vduse-blk,id=<id>,node-name=<node-name>\n" -" [,writable=on|off][,num-queues=<num-queues>]\n" -" [,queue-size=<queue-size>]\n" +" ,name=<vduse-name>[,writable=on|off]\n" +" [,num-queues=<num-queues>][,queue-size=<queue-size>]\n" " [,logical-block-size=<logical-block-size>]\n" " [,serial=<serial-number>]\n" -" export the specified block node as a vduse-blk\n" -" device using the id as the VDUSE device name\n" +" export the specified block node as a\n" +" vduse-blk device\n" "\n" #endif /* CONFIG_VDUSE_BLK_EXPORT */ " --monitor [chardev=]name[,mode=control][,pretty[=on|off]]\n" |