summaryrefslogtreecommitdiff
path: root/others/vm3/vm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'others/vm3/vm.sh')
-rwxr-xr-xothers/vm3/vm.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/others/vm3/vm.sh b/others/vm3/vm.sh
index 30168ba..c36b0ae 100755
--- a/others/vm3/vm.sh
+++ b/others/vm3/vm.sh
@@ -35,8 +35,8 @@ case $category in
start)
$SCRIPT_DIR/compute/start.sh "$@"
;;
- list)
- $SCRIPT_DIR/compute/list.sh "$@"
+ ls)
+ $SCRIPT_DIR/compute/ls.sh "$@"
;;
shutdown)
$SCRIPT_DIR/compute/shutdown.sh "$@"
@@ -45,7 +45,7 @@ case $category in
$SCRIPT_DIR/compute/delete.sh "$@"
;;
*)
- echo -e "Available compute actions: \ncreate\nstart\nlist\nshutdown\ndelete"
+ echo -e "Available compute actions: \ncreate\nstart\nls\nshutdown\ndelete"
exit 1
;;
esac