We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab79238 commit e5ecb51Copy full SHA for e5ecb51
pkg/extcontainer/action_fill_disk.go
@@ -85,7 +85,7 @@ func (a *fillDiskAction) Describe() action_kit_api.ActionDescription {
85
Type: action_kit_api.String,
86
Options: extutil.Ptr([]action_kit_api.ParameterOption{
87
action_kit_api.ExplicitParameterOption{
88
- Label: "Overall percentage of filled disk space in percent. Greater than 100% will fill the disk completely.",
+ Label: "Overall percentage of filled disk space in percent.",
89
Value: "PERCENTAGE",
90
},
91
0 commit comments