Fixed the correct word in command

Change-Id: I2ba19ac3e09c82159c0042fa21c5ac1bf03a056c
Closes-Bug: #1503514
This commit is contained in:
venkatamahesh 2015-10-07 11:48:32 +05:30
parent 2869753de1
commit c54c7f52e8

View File

@ -231,7 +231,7 @@ Type: 'help' for help on commands
the <command>virt-resize</command> command to write a
resized copy of the original into the new
image:
<screen><prompt>#</prompt> <userinput>qemu-img create -f qcow2 /data/images/win2012-50gb.qcw2 50G</userinput>
<screen><prompt>#</prompt> <userinput>qemu-img create -f qcow2 /data/images/win2012-50gb.qcow2 50G</userinput>
<prompt>#</prompt> <userinput>virt-resize --expand /dev/sda2 /data/images/win2012.qcow2 \
/data/images/win2012-50gb.qcow2</userinput>
<computeroutput>Examining /data/images/win2012.qcow2 ...