projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c2cddb
)
xenconsole: update help message
author
Doug Goldstein
<cardoe@cardoe.com>
Tue, 22 Mar 2016 17:00:24 +0000
(12:00 -0500)
committer
Konrad 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
patch
|
blob
|
history
diff --git
a/tools/console/client/main.c
b/tools/console/client/main.c
index d006fdcf60147473ab54613eb278b90f90fa170b..f660e10c90dc1a20a815bdf543297528b50c5cdd 100644
(file)
--- 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);
}