projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78ac45c
)
tools/console: fix help string in client
author
Wei Liu
<wei.liu2@citrix.com>
Fri, 29 Jul 2016 17:22:26 +0000
(18:22 +0100)
committer
Wei 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
patch
|
blob
|
history
diff --git
a/tools/console/client/main.c
b/tools/console/client/main.c
index f660e10c90dc1a20a815bdf543297528b50c5cdd..be3970030a65fb1892844c9020c92270eaa33997 100644
(file)
--- 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);
}