From: Peter Lieven Date: Mon, 28 Jul 2014 19:53:02 +0000 (+0200) Subject: qemu-options: add missing -drive discard option to cmdline help X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2f7133b2e540342809a35bb4f52e0abdc5fff9ff;p=qemu.git qemu-options: add missing -drive discard option to cmdline help Signed-off-by: Peter Lieven Reviewed-by: Eric Blake Signed-off-by: Stefan Hajnoczi --- diff --git a/qemu-options.hx b/qemu-options.hx index 96516c1e23..44e3be3c2d 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -427,7 +427,7 @@ DEF("drive", HAS_ARG, QEMU_OPTION_drive, " [,serial=s][,addr=A][,rerror=ignore|stop|report]\n" " [,werror=ignore|stop|report|enospc][,id=name][,aio=threads|native]\n" " [,readonly=on|off][,copy-on-read=on|off]\n" - " [,detect-zeroes=on|off|unmap]\n" + " [,discard=ignore|unmap][,detect-zeroes=on|off|unmap]\n" " [[,bps=b]|[[,bps_rd=r][,bps_wr=w]]]\n" " [[,iops=i]|[[,iops_rd=r][,iops_wr=w]]]\n" " [[,bps_max=bm]|[[,bps_rd_max=rm][,bps_wr_max=wm]]]\n"