Fixes #52: Help text (-h) for memory size (-m) is incorrect.
This commit is contained in:
parent
cd782515ff
commit
35f7a3539d
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ usage(int code)
|
|||
" -h: help\n"
|
||||
" -H: vmexit from the guest on hlt\n"
|
||||
" -l: LPC device configuration\n"
|
||||
" -m: memory size in MB\n"
|
||||
" -m: memory size in MB, may be suffixed with one of K, M, G or T\n"
|
||||
" -p: pin 'vcpu' to 'hostcpu'\n"
|
||||
" -P: vmexit from the guest on pause\n"
|
||||
" -s: <slot,driver,configinfo> PCI slot config\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue