diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2016-11-10 17:51:32 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-01-24 23:26:41 +0300 |
commit | 89f3ea2b62dbb5ad30e2f57a215bbacc95d75604 (patch) | |
tree | 5d47914a8cb7955d176ced7b3587c08d5994be30 | |
parent | a9e404600a9bd1e6a26431fc89e5069092e67f14 (diff) | |
download | qemu-89f3ea2b62dbb5ad30e2f57a215bbacc95d75604.zip qemu-89f3ea2b62dbb5ad30e2f57a215bbacc95d75604.tar.gz qemu-89f3ea2b62dbb5ad30e2f57a215bbacc95d75604.tar.bz2 |
doc: don't mention -memory, it is -m
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 780528d..dba09d9 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -250,7 +250,7 @@ use is discouraged as it may be removed from future versions. ETEXI DEF("m", HAS_ARG, QEMU_OPTION_m, - "-m[emory] [size=]megs[,slots=n,maxmem=size]\n" + "-m [size=]megs[,slots=n,maxmem=size]\n" " configure guest RAM\n" " size: initial amount of guest memory\n" " slots: number of hotplug slots (default: none)\n" |