From b10446a6959d2d06a716fbbcbc8ad5a617ad5a90 Mon Sep 17 00:00:00 2001 From: Javi Fontan Date: Thu, 9 Jun 2016 17:07:03 +0200 Subject: [PATCH] gh-42: change shutdown action to terminate --- base/usr/bin/onegate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/usr/bin/onegate.rb b/base/usr/bin/onegate.rb index c49cae1..63b2c8e 100755 --- a/base/usr/bin/onegate.rb +++ b/base/usr/bin/onegate.rb @@ -405,7 +405,7 @@ Available commands $ onegate vm stop VMID $ onegate vm suspend VMID $ onegate vm delete VMID [--hard] - $ onegate vm shutdown VMID [--hard] + $ onegate vm terminate VMID [--hard] $ onegate vm reboot VMID [--hard] $ onegate vm poweroff VMID [--hard] $ onegate vm resubmit VMID @@ -491,7 +491,7 @@ when "vm" "stop", "suspend", "delete", - "shutdown", + "terminate", "reboot", "poweroff", "resubmit",