Skip to content

Commit 938d010

Browse files
committed
chore: improve cli description
1 parent d3ffd1a commit 938d010

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

cli/notifications.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func (r *RootCmd) notifications() *serpent.Command {
2828
Command: "coder notifications test",
2929
},
3030
Example{
31-
Description: "Send a custom notification to the requesting user. The recipient is always the requesting user as targeting other users or groups isn’t supported yet",
31+
Description: "Send a custom notification to the requesting user. Sending notifications targeting other users or groups is currently not supported",
3232
Command: "coder notifications custom \"Custom Title\" \"Custom Message\"",
3333
},
3434
),

cli/testdata/coder_notifications_--help.golden

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ USAGE:
2626

2727
$ coder notifications test
2828

29-
- Send a custom notification to the requesting user. The recipient is always
30-
the
31-
requesting user as targeting other users or groups isn’t supported yet:
29+
- Send a custom notification to the requesting user. Sending notifications
30+
targeting other users or groups is currently not supported:
3231

3332
$ coder notifications custom "Custom Title" "Custom Message"
3433

docs/reference/cli/notifications.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)