Skip to content

Commit 3147c4a

Browse files
bahlolukasmalkmus
authored andcommitted
fix: Improve trimming response
1 parent 68cb276 commit 3147c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/dataset/dataset_trim.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func runTrim(ctx context.Context, opts *trimOptions) error {
139139

140140
if opts.IO.IsStderrTTY() {
141141
cs := opts.IO.ColorScheme()
142-
fmt.Fprintf(opts.IO.ErrOut(), "%s Trimmed dataset %s\n",
142+
fmt.Fprintf(opts.IO.ErrOut(), "%s Dataset trimming requested %s\n",
143143
cs.SuccessIcon(), cs.Bold(opts.Name))
144144
}
145145

0 commit comments

Comments
 (0)