summaryrefslogtreecommitdiff
path: root/internal/askcli/command_info_add.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-27 06:51:24 +0200
committerPaul Buetow <paul@buetow.org>2026-03-27 06:51:24 +0200
commitf19a4740992f3fd5f6d2f8b13850c9eb637f6a76 (patch)
tree5296cf52515636ebb43987fd87564ff2f99e6d2b /internal/askcli/command_info_add.go
parent426b836d03078a5e438319d0d2a90d9d2a93430b (diff)
fix ask alias output wording 7f53c2ff-4eb0-4c7e-bf90-f44587364f4a
Diffstat (limited to 'internal/askcli/command_info_add.go')
-rw-r--r--internal/askcli/command_info_add.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/askcli/command_info_add.go b/internal/askcli/command_info_add.go
index 4fa0941..1daacfb 100644
--- a/internal/askcli/command_info_add.go
+++ b/internal/askcli/command_info_add.go
@@ -54,7 +54,7 @@ func (d Dispatcher) startedInfoTasks(ctx context.Context, stderr io.Writer) ([]T
case 1:
return tasks, 0, nil
default:
- return nil, 1, fmt.Errorf("multiple started tasks found; pass a UUID explicitly")
+ return nil, 1, fmt.Errorf("multiple started tasks found; pass an ID or UUID explicitly")
}
}