aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-nbd.texi
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-nbd.texi')
-rw-r--r--qemu-nbd.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu-nbd.texi b/qemu-nbd.texi
index 7b6d0cbb5..37b68f5fc 100644
--- a/qemu-nbd.texi
+++ b/qemu-nbd.texi
@@ -20,10 +20,16 @@ Export Qemu disk image using NBD protocol.
offset into the image
@item -b, --bind=IFACE
interface to bind to (default `0.0.0.0')
+@item -k, --socket=PATH
+ Use a unix socket with path PATH
@item -r, --read-only
export read-only
@item -P, --partition=NUM
only expose partition NUM
+@item -c, --connect
+ connect FILE to NBD device DEV
+@item -d, --disconnect
+ disconnect the specified device
@item -v, --verbose
display extra debugging information
@item -h, --help