From fae82085cdf529ce8fcf8d8b3366943c5bffa3fa Mon Sep 17 00:00:00 2001 From: Rickard von Essen Date: Fri, 11 Sep 2015 16:08:35 +0200 Subject: [PATCH] Fixes #52: Help text (-h) for memory size (-m) is incorrect. --- src/xhyve.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xhyve.c b/src/xhyve.c index 224a74b..55367c5 100644 --- a/src/xhyve.c +++ b/src/xhyve.c @@ -136,6 +136,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, may be suffixed with one of K, M, G or T\n" " -m: memory size in MB\n" " -M: print MAC address and exit if using vmnet\n" " -p: pin 'vcpu' to 'hostcpu'\n"