From: Wei Liu Date: Fri, 29 Jul 2016 17:22:26 +0000 (+0100) Subject: tools/console: fix help string in client X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~599 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9fc57406d5b629ad0190b3b3d2d034f88896d5cb;p=xen.git tools/console: fix help string in client There is no short '-t' option. Signed-off-by: Wei Liu Acked-by: Ian Jackson --- diff --git a/tools/console/client/main.c b/tools/console/client/main.c index f660e10c90..be3970030a 100644 --- a/tools/console/client/main.c +++ b/tools/console/client/main.c @@ -76,7 +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" + " --type TYPE console type. must be 'pv' or 'serial'\n" , program); }