Skip to content

Commit a410362

Browse files
committed
chore(machine): hide vm-max-memory flag and drop alias
1 parent c827cb9 commit a410362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/flag/machines.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ var VMSizeFlags = Set{
137137
String{
138138
Name: "vm-max-memory",
139139
Description: "Maximum memory (in megabytes) to allow for the VM",
140-
Aliases: []string{"max-memory"},
140+
Hidden: true,
141141
},
142142
Int{
143143
Name: "vm-gpus",

0 commit comments

Comments
 (0)