]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
docs: correct kconfig option
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 23 Jul 2019 12:08:04 +0000 (16:08 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 24 Jul 2019 09:21:59 +0000 (11:21 +0200)
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>
docs/devel/kconfig.rst

index d6f8eb097757cd7ae2388942907b7376550993c8..b7bca4470467b0a4c1cbfa0e92bccca362ce5d31 100644 (file)
@@ -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