From: Doug Goldstein Date: Tue, 22 Mar 2016 17:00:24 +0000 (-0500) Subject: xenconsole: update help message X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1515 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5996f3c8da43fbee54c789f1b7c907b2646c76b9;p=xen.git xenconsole: update help message The help message did not include information about the --type parameter. Signed-off-by: Doug Goldstein Acked-by: Wei Liu --- diff --git a/tools/console/client/main.c b/tools/console/client/main.c index d006fdcf60..f660e10c90 100644 --- a/tools/console/client/main.c +++ b/tools/console/client/main.c @@ -76,6 +76,7 @@ static void usage(const char *program) { "\n" " -h, --help display this help and exit\n" " -n, --num N use console number N\n" + " -t, --type TYPE console type. must be 'pv' or 'serial'\n" , program); }