diff options
author | Lei Li <lilei@linux.vnet.ibm.com> | 2013-03-07 15:50:26 +0800 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-03-08 13:15:27 +0100 |
commit | db2d5eba652ecb7420ac4ef79fc747ef391ad0d9 (patch) | |
tree | cd0b51eb4f621ac866e7f60525bdcb1d80baf957 /qemu-options.hx | |
parent | d37e12a07c06b13610b7fabb6b8e009d7a759bc8 (diff) |
Fix the wrong description in qemu manual
Fix LP#1151450 the wrong description in qemu manual:
'qemu-system-x86_84' should be 'qemu-system-x86_64'.
Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'qemu-options.hx')
-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 6f9334a97f..cd76f2a00c 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2132,7 +2132,7 @@ gluster[+transport]://[server[:port]]/volname/image[?socket=...] Example @example -qemu-system-x86_84 --drive file=gluster://192.0.2.1/testvol/a.img +qemu-system-x86_64 --drive file=gluster://192.0.2.1/testvol/a.img @end example See also @url{http://www.gluster.org}. |