diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-08-29 13:10:18 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-08-29 13:10:18 +0000 |
commit | c4dfa5b7be790c58aca3381d0dbb72e6ad635b09 (patch) | |
tree | 6f0f518baf69d78d4e538ddb7f42fea6f654f6b8 /qemu-doc.texi | |
parent | 75c238058423fba689599dda4bed2b5bb7634570 (diff) | |
download | qemu-c4dfa5b7be790c58aca3381d0dbb72e6ad635b09.zip |
removed duplicated option
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1057 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 7493d519d7..51fc12fa52 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -181,9 +181,6 @@ the write back by pressing @key{C-a s} (@xref{disk_images}). @item -m megs Set virtual RAM size to @var{megs} megabytes. Default is 128 MB. -@item -initrd file -Use @var{file} as initial ram disk. - @item -nographic Normally, QEMU uses SDL to display the VGA output. With this option, |