Skip to content

Commit

Permalink
chore: change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed Nov 30, 2023
1 parent 67caa94 commit 0d24c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/extcontainer/action_fill_disk.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,11 @@ func (a *fillDiskAction) Describe() action_kit_api.ActionDescription {
Type: action_kit_api.String,
Options: extutil.Ptr([]action_kit_api.ParameterOption{
action_kit_api.ExplicitParameterOption{
Label: "At once: The disk will be filled at once with the fallocate command",
Label: "At once (fallocate)",
Value: "AT_ONCE",
},
action_kit_api.ExplicitParameterOption{
Label: "Over time: The disk will be filled over time with the dd command",
Label: "Over time (dd)",
Value: "OVER_TIME",
},
}),
Expand Down

0 comments on commit 0d24c08

Please sign in to comment.