[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] xenconsole: update help message
The help message did not include information about the --type parameter. Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx> --- CC: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> CC: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> CC: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/console/client/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/console/client/main.c b/tools/console/client/main.c index d006fdc..f660e10 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); } -- 2.7.3 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |