diff --git a/internal/cmd/dataset/dataset_trim.go b/internal/cmd/dataset/dataset_trim.go index 82bbb7b..c176ebc 100644 --- a/internal/cmd/dataset/dataset_trim.go +++ b/internal/cmd/dataset/dataset_trim.go @@ -139,7 +139,7 @@ func runTrim(ctx context.Context, opts *trimOptions) error { if opts.IO.IsStderrTTY() { cs := opts.IO.ColorScheme() - fmt.Fprintf(opts.IO.ErrOut(), "%s Trimmed dataset %s\n", + fmt.Fprintf(opts.IO.ErrOut(), "%s Dataset trimming requested %s\n", cs.SuccessIcon(), cs.Bold(opts.Name)) }