aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl_cmdtable.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@amazon.com>2012-06-29 15:42:27 +0100
committerMatt Wilson <msw@amazon.com>2012-06-29 15:42:27 +0100
commit23c74ab2b27afb075d8eacf40f04b24f779c5732 (patch)
tree35b43583feaf27e2e9be3f8d1ca72d5809e46161 /tools/libxl/xl_cmdtable.c
parent8c77bfea391cde0ae46c37d77d407c3dd9951583 (diff)
downloadxen-23c74ab2b27afb075d8eacf40f04b24f779c5732.tar.gz
xen-23c74ab2b27afb075d8eacf40f04b24f779c5732.tar.bz2
xen-23c74ab2b27afb075d8eacf40f04b24f779c5732.zip
xl: rename "list-vm" command to "vm-list"
All of the other "list" verbs are of the form "$noun-list". For example: "pci-list", "vcpu-list", "network-list", "block-list", etc. Additionally, many people have well trained muscle memory from years of typing "xm li". "xl li" was ambiguous due to "xl list-vm", thus resulting in "command not implemented". Finally, this command was missing from the xl man page. Signed-off-by: Matt Wilson <msw@amazon.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'tools/libxl/xl_cmdtable.c')
-rw-r--r--tools/libxl/xl_cmdtable.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/libxl/xl_cmdtable.c b/tools/libxl/xl_cmdtable.c
index 93d444eb2c..f0a88c2b51 100644
--- a/tools/libxl/xl_cmdtable.c
+++ b/tools/libxl/xl_cmdtable.c
@@ -214,9 +214,9 @@ struct cmd_spec cmd_table[] = {
"Set the number of active VCPUs allowed for the domain",
"<Domain> <vCPUs>",
},
- { "list-vm",
- &main_list_vm, 0, 0,
- "List the VMs,without DOM0",
+ { "vm-list",
+ &main_vm_list, 0, 0,
+ "List guest domains, excluding dom0, stubdoms, etc.",
"",
},
{ "info",