projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e174e07
)
xl: fix a typo in main_vcpulist()
author
Dario Faggioli
<dario.faggioli@citrix.com>
Thu, 3 Oct 2013 17:45:47 +0000
(19:45 +0200)
committer
Ian Campbell
<ian.campbell@citrix.com>
Thu, 10 Oct 2013 11:29:09 +0000
(12:29 +0100)
which was preventing `xl vcpu-list -h' to work.
Signed-off-by: Dario Faggioli <dario.faggioli@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 cb0bf7280b1c8284ca5721bdeda8fadc81847fa7..14bb385f1a2dd741f444339e52c97e234c7fa4b2 100644
(file)
--- a/
tools/libxl/xl_cmdimpl.c
+++ b/
tools/libxl/xl_cmdimpl.c
@@
-4501,7
+4501,7
@@
int main_vcpulist(int argc, char **argv)
{
int opt;
- SWITCH_FOREACH_OPT(opt, "", NULL, "cpu-list", 0) {
+ SWITCH_FOREACH_OPT(opt, "", NULL, "
v
cpu-list", 0) {
/* No options */
}