Skip to content

Commit 45db4bc

Browse files
committed
qemu-storage-daemon: Fix help line for --export
Commit 5f479a8d renamed the 'device' option of --export into 'node-name', but forgot to update the help in qemu-storage-daemon. Fixes: 5f479a8dc086bfa42c9f94e9ab69962f256e207f Signed-off-by: Kevin Wolf <[email protected]> Message-Id: <[email protected]> Reviewed-by: Eric Blake <[email protected]> Signed-off-by: Kevin Wolf <[email protected]>
1 parent f51af04 commit 45db4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage-daemon/qemu-storage-daemon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ static void help(void)
9292
" --chardev <options> configure a character device backend\n"
9393
" (see the qemu(1) man page for possible options)\n"
9494
"\n"
95-
" --export [type=]nbd,device=<node-name>,id=<id>,[,name=<export-name>]\n"
95+
" --export [type=]nbd,id=<id>,node-name=<node-name>[,name=<export-name>]\n"
9696
" [,writable=on|off][,bitmap=<name>]\n"
9797
" export the specified block node over NBD\n"
9898
" (requires --nbd-server)\n"

0 commit comments

Comments
 (0)