diff options
author | Michael Tokarev | 2016-11-10 15:51:32 +0100 |
---|---|---|
committer | Michael Tokarev | 2017-01-24 21:26:41 +0100 |
commit | 89f3ea2b62dbb5ad30e2f57a215bbacc95d75604 (patch) | |
tree | 5d47914a8cb7955d176ced7b3587c08d5994be30 | |
parent | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20170124' into staging (diff) | |
download | qemu-89f3ea2b62dbb5ad30e2f57a215bbacc95d75604.tar.gz qemu-89f3ea2b62dbb5ad30e2f57a215bbacc95d75604.tar.xz qemu-89f3ea2b62dbb5ad30e2f57a215bbacc95d75604.zip |
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 780528d6ad..dba09d9b82 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" |