projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7985abb
)
xl: Command line: Support xl vcpu-set --help
author
Ian Jackson
<ian.jackson@eu.citrix.com>
Fri, 17 Jul 2015 17:00:51 +0000
(18:00 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Fri, 24 Jul 2015 10:21:17 +0000
(11:21 +0100)
This ended with a literal sentinel. Use COMMON_LONG_OPTIONS (which
mentions --help) instead.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/xl_cmdimpl.c
patch
|
blob
|
history
diff --git
a/tools/libxl/xl_cmdimpl.c
b/tools/libxl/xl_cmdimpl.c
index 4c53f292ac7229da304a28bfe40c3305e038c62c..ce8280faadbf9663c5efd3fb24b0de9885cbafd4 100644
(file)
--- a/
tools/libxl/xl_cmdimpl.c
+++ b/
tools/libxl/xl_cmdimpl.c
@@
-5409,7
+5409,7
@@
int main_vcpuset(int argc, char **argv)
{
static struct option opts[] = {
{"ignore-host", 0, 0, 'i'},
- {0, 0, 0, 0}
+ COMMON_LONG_OPTS
};
int opt, check_host = 1;