Skip to content

Commit b85288b

Browse files
authored
Merge pull request #1364 from tpepper/krel
krel: clarify announce subcommand help
2 parents 7013d6a + bbf9fad commit b85288b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cmd/krel/cmd/announce.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ var announceCmd = &cobra.Command{
4343
Short: "Announce Kubernetes releases",
4444
Long: fmt.Sprintf(`krel announce
4545
46-
krel announce can be used to announce already built Kubernetes releases to the
47-
%q and %q Google Group.
46+
krel announce can be used to mail an announcement of an already
47+
built Kubernetes release to the %q and %q Google Groups.
4848
49-
If --nomock=true (the default), then the mail will be sent only to a test
50-
Google Group %q.
49+
By default the mail will be sent only to a test Google Group %q,
50+
ie: the announcement run will only be a mock run. To do an
51+
official announcement, use the --nomock flag.
5152
5253
It is necessary to export the $%s environment variable. An API key can be created by
5354
registering a sendgrid.com account and adding the key here:

0 commit comments

Comments
 (0)