summaryrefslogtreecommitdiff
path: root/vl.c
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-11-06 16:49:55 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-11-06 16:49:55 +0000
commitb389dbfb587e61ccc1c68e51f84f8fe050e7203e (patch)
tree5d1277c84dc33d90392fb6fb0a5f7392996bc3e0 /vl.c
parenta594cfbf3e1a38bc6f3908d7d0903d41e8ea9da8 (diff)
downloadqemu-b389dbfb587e61ccc1c68e51f84f8fe050e7203e.zip
USB help
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1604 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r--vl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vl.c b/vl.c
index cab2eb05f3..b8088035fc 100644
--- a/vl.c
+++ b/vl.c
@@ -2966,6 +2966,8 @@ void help(void)
#ifdef TARGET_I386
"-win2k-hack use it when installing Windows 2000 to avoid a disk full bug\n"
#endif
+ "-usb enable the USB driver (will be the default soon)\n"
+ "-usbdevice name add the host or guest USB device 'name'\n"
#if defined(TARGET_PPC) || defined(TARGET_SPARC)
"-g WxH[xDEPTH] Set the initial graphical resolution and depth\n"
#endif