Skip to content

Commit e5ecb51

Browse files
committed
chore: change wording
1 parent ab79238 commit e5ecb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/extcontainer/action_fill_disk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func (a *fillDiskAction) Describe() action_kit_api.ActionDescription {
8585
Type: action_kit_api.String,
8686
Options: extutil.Ptr([]action_kit_api.ParameterOption{
8787
action_kit_api.ExplicitParameterOption{
88-
Label: "Overall percentage of filled disk space in percent. Greater than 100% will fill the disk completely.",
88+
Label: "Overall percentage of filled disk space in percent.",
8989
Value: "PERCENTAGE",
9090
},
9191
action_kit_api.ExplicitParameterOption{

0 commit comments

Comments
 (0)