Skip to content

Commit

Permalink
add warning note to server upgrade-plan change command
Browse files Browse the repository at this point in the history
  • Loading branch information
Fady Farid committed Mar 6, 2019
1 parent e6776dd commit 27d7d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func (c *CLI) RegisterCommands() {
cmd.Command("unset-firewall-group", "remove virtual machine from firewall group", serversUnsetFirewallGroup)
// upgrade plans
cmd.Command("upgrade-plan", "upgrade plan of a virtual machine", func(cmd *cli.Cmd) {
cmd.Command("change", "change (upgrade) plan of virtual machine", serversChangePlan)
cmd.Command("change", "upgrade plan of virtual machine (Note: Downgrading is currently not supported. Shrinking the hard disk is not possible without risking data loss.)", serversChangePlan)
cmd.Command("list", "show a list of VPSPLANIDs to which a virtual machine can be upgraded to", serversListUpgradePlans)
})
})
Expand Down

0 comments on commit 27d7d4a

Please sign in to comment.