aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxl/xl.h
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.h
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.h')
-rw-r--r--tools/libxl/xl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxl/xl.h b/tools/libxl/xl.h
index 59556b5244..b0ba357d3c 100644
--- a/tools/libxl/xl.h
+++ b/tools/libxl/xl.h
@@ -54,7 +54,7 @@ int main_destroy(int argc, char **argv);
int main_shutdown(int argc, char **argv);
int main_reboot(int argc, char **argv);
int main_list(int argc, char **argv);
-int main_list_vm(int argc, char **argv);
+int main_vm_list(int argc, char **argv);
int main_create(int argc, char **argv);
int main_config_update(int argc, char **argv);
int main_button_press(int argc, char **argv);