summary refs log tree commit diff stats
path: root/docs
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-07-23 16:08:04 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2019-07-24 11:21:59 +0200
commit6baabe5cf8d42ce6bc542fb3ec0bfc10c0ee6c5e (patch)
tree4cbe44a016383e74be23755a77c68a7e541d9c53 /docs
parentbec7156a45aa6712395a770646f7078b1fc82acd (diff)
downloadfocaccia-qemu-6baabe5cf8d42ce6bc542fb3ec0bfc10c0ee6c5e.tar.gz
focaccia-qemu-6baabe5cf8d42ce6bc542fb3ec0bfc10c0ee6c5e.zip
docs: correct kconfig option
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20190723120804.29565-1-marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/devel/kconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/kconfig.rst b/docs/devel/kconfig.rst
index d6f8eb0977..b7bca44704 100644
--- a/docs/devel/kconfig.rst
+++ b/docs/devel/kconfig.rst
@@ -267,7 +267,7 @@ the default configuration by uncommenting lines in the first group,
 or commenting out lines in the second group.
 
 It is also possible to run QEMU's configure script with the
-``--with-default-devices`` option.  When this is done, everything defaults
+``--without-default-devices`` option.  When this is done, everything defaults
 to ``n`` unless it is ``select``ed or explicitly switched on in the
 ``.mak`` files.  In other words, ``default`` and ``imply`` directives
 are disabled.  When QEMU is built with this option, the user will probably