tools/console: fix help string in client
authorWei Liu <wei.liu2@citrix.com>
Fri, 29 Jul 2016 17:22:26 +0000 (18:22 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 8 Aug 2016 10:39:05 +0000 (11:39 +0100)
There is no short '-t' option.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/console/client/main.c

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