summaryrefslogtreecommitdiff
path: root/internal/askcli/command_watch.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/askcli/command_watch.go')
-rw-r--r--internal/askcli/command_watch.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/askcli/command_watch.go b/internal/askcli/command_watch.go
index 33b3bbd..0e326ef 100644
--- a/internal/askcli/command_watch.go
+++ b/internal/askcli/command_watch.go
@@ -40,7 +40,7 @@ func (d *Dispatcher) handleWatch(ctx context.Context, args []string, stdout, std
watchArgs = []string{"list"}
}
if !watchCommandAllowed(watchArgs) {
- _, _ = io.WriteString(stderr, "error: ask watch supports read-only subcommands: list, all, ready, info, dep list, urgency, help\n")
+ _, _ = io.WriteString(stderr, "error: ask watch supports read-only subcommands: list, all, ready, completed, info, dep list, urgency, help\n")
return 1, nil
}