]> xenbits.xensource.com Git - xen.git/commitdiff
xenconsole: update help message
authorDoug Goldstein <cardoe@cardoe.com>
Tue, 22 Mar 2016 17:00:24 +0000 (12:00 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 22 Mar 2016 20:56:51 +0000 (16:56 -0400)
The help message did not include information about the --type parameter.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/console/client/main.c

index d006fdcf60147473ab54613eb278b90f90fa170b..f660e10c90dc1a20a815bdf543297528b50c5cdd 100644 (file)
@@ -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);
 }