Skip to content

Commit cb86109

Browse files
committed
/disk/diskspace/ to match 'cloud server resize'
1 parent c9c7489 commit cb86109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/cloudServerResizeExpectation.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This command is purely for information gathering.
4646
Run: func(cmd *cobra.Command, args []string) {
4747
uniqIdFlag, _ := cmd.Flags().GetString("uniq-id")
4848
privateParentFlag, _ := cmd.Flags().GetString("private-parent")
49-
diskFlag, _ := cmd.Flags().GetInt64("disk")
49+
diskFlag, _ := cmd.Flags().GetInt64("diskspace")
5050
memoryFlag, _ := cmd.Flags().GetInt64("memory")
5151
vcpuFlag, _ := cmd.Flags().GetInt64("vcpu")
5252
configIdFlag, _ := cmd.Flags().GetInt64("config-id")
@@ -166,7 +166,7 @@ func init() {
166166

167167
cloudServerResizeExpectationCmd.Flags().String("private-parent", "",
168168
"name or uniq-id of the Private Parent (see: 'cloud private-parent list')")
169-
cloudServerResizeExpectationCmd.Flags().Int64("disk", -1, "diskspace for the Cloud Server (when private-parent)")
169+
cloudServerResizeExpectationCmd.Flags().Int64("diskspace", -1, "diskspace for the Cloud Server (when private-parent)")
170170
cloudServerResizeExpectationCmd.Flags().Int64("memory", -1, "memory for the Cloud Server (when private-parent)")
171171
cloudServerResizeExpectationCmd.Flags().Int64("vcpu", -1, "vcpus for the Cloud Server (when private-parent)")
172172

0 commit comments

Comments
 (0)