diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-04-25 18:41:16 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-04-26 12:44:15 +0200 |
commit | 48c75f484de13d59df6ae0e6becfe4ad4cd41ad5 (patch) | |
tree | fedd472fc12274808657d5d2b2cbb10b7ca558e7 /qemu-doc.texi | |
parent | d49b8e0b299df3f0472945eb6d33b8413d102046 (diff) |
qemu-doc: Option -ignore-environment removed.
Has been removed in commit fc9c54124d134dbd76338a92a91804dab2df8166.
Signed-off-by: Thomas Schwinge <thomas@codesourcery.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
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 dfea4d3799..64493ebfce 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -2683,9 +2683,6 @@ Set the x86 elf interpreter prefix (default=/usr/local/qemu-i386) Set the x86 stack size in bytes (default=524288) @item -cpu model Select CPU model (-cpu help for list and additional feature selection) -@item -ignore-environment -Start with an empty environment. Without this option, -the initial environment is a copy of the caller's environment. @item -E @var{var}=@var{value} Set environment @var{var} to @var{value}. @item -U @var{var} |