From 35f7a3539d9846f21a08c84fdb68e4b93f5e0509 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xhyve.c b/src/xhyve.c index 97fd41f..f69e6ea 100644 --- a/src/xhyve.c +++ b/src/xhyve.c @@ -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: PCI slot config\n"