Use <vmname> in a consistent manner in usage messages output by 'bhyve',

'bhyveload' and 'bhyvectl'.

Pointed out by:	joel@
This commit is contained in:
Neel Natu 2013-01-20 03:47:13 +00:00
parent 912a3e678a
commit 24be8623c6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245679
2 changed files with 3 additions and 2 deletions

View File

@ -131,7 +131,8 @@ usage(int code)
fprintf(stderr,
"Usage: %s [-aehABHIP][-g <gdb port>][-z <hz>][-s <pci>]"
"[-S <pci>][-p pincpu][-n <pci>][-m lowmem][-M highmem] <vm>\n"
"[-S <pci>][-p pincpu][-n <pci>][-m lowmem][-M highmem]"
" <vmname>\n"
" -a: local apic is in XAPIC mode (default is X2APIC)\n"
" -A: create an ACPI table\n"
" -g: gdb port (default is %d and 0 means don't open)\n"

View File

@ -64,7 +64,7 @@ usage(void)
{
(void)fprintf(stderr,
"Usage: %s --vm=<name>\n"
"Usage: %s --vm=<vmname>\n"
" [--cpu=<vcpu_number>]\n"
" [--create]\n"
" [--destroy]\n"