diff --git a/cmd/bundle/generate/dashboard.go b/cmd/bundle/generate/dashboard.go index 7af4e01e92f..2b436cc2dfa 100644 --- a/cmd/bundle/generate/dashboard.go +++ b/cmd/bundle/generate/dashboard.go @@ -79,7 +79,7 @@ func (d *dashboard) resolveID(ctx context.Context, b *bundle.Bundle) string { return d.resolveFromID(ctx, b) } - logdiag.LogError(ctx, errors.New("expected one of --dashboard-path, --dashboard-id")) + logdiag.LogError(ctx, errors.New("expected one of --existing-path, --existing-id")) return "" }