diff mbox

qemu-options.hx: correct spice options streaming-video default document value to 'off'

Message ID 1470024419-10886-1-git-send-email-lizhijian@cn.fujitsu.com (mailing list archive)
State New, archived
Headers show

Commit Message

Li Zhijian Aug. 1, 2016, 4:06 a.m. UTC
since f1d3e58, the code had changed the default value to 'off', so this patch
make document and code are consistent.

Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
---
 qemu-options.hx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Gerd Hoffmann Sept. 7, 2016, 11:58 a.m. UTC | #1
On Mo, 2016-08-01 at 12:06 +0800, Li Zhijian wrote:
> since f1d3e58, the code had changed the default value to 'off', so this patch
> make document and code are consistent.

Added to UI queue.

thanks,
  Gerd
diff mbox

Patch

diff --git a/qemu-options.hx b/qemu-options.hx
index 8e0d9a5..878b452 100644
--- a/qemu-options.hx
+++ b/qemu-options.hx
@@ -1130,7 +1130,7 @@  Configure wan image compression (lossy for slow links).
 Default is auto.
 
 @item streaming-video=[off|all|filter]
-Configure video stream detection.  Default is filter.
+Configure video stream detection.  Default is off.
 
 @item agent-mouse=[on|off]
 Enable/disable passing mouse events via vdagent.  Default is on.