diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-27 06:51:24 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-27 06:51:24 +0200 |
| commit | f19a4740992f3fd5f6d2f8b13850c9eb637f6a76 (patch) | |
| tree | 5296cf52515636ebb43987fd87564ff2f99e6d2b /internal/askcli/formatter.go | |
| parent | 426b836d03078a5e438319d0d2a90d9d2a93430b (diff) | |
fix ask alias output wording 7f53c2ff-4eb0-4c7e-bf90-f44587364f4a
Diffstat (limited to 'internal/askcli/formatter.go')
| -rw-r--r-- | internal/askcli/formatter.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/askcli/formatter.go b/internal/askcli/formatter.go index 9e3c245..35ac0ba 100644 --- a/internal/askcli/formatter.go +++ b/internal/askcli/formatter.go @@ -194,5 +194,5 @@ func IsNumericID(s string) bool { } func RejectNumericID() string { - return "error: use UUID, not numeric task ID\n" + return "error: use a task alias ID or UUID, not a numeric Taskwarrior task ID\n" } |
