diff --git a/commands/getCerts.go b/commands/getCerts.go index 8a70b10d9..16bd4420b 100644 --- a/commands/getCerts.go +++ b/commands/getCerts.go @@ -19,7 +19,7 @@ var _ = cmd(catUtils, func() *cli.Command { var args GetCertsArgs return &cli.Command{ Name: "get-certs", - Usage: "Issue certificates via Let's Encrypt", + Usage: "DEPRECATED: Issue certificates via Let's Encrypt", Action: func(c *cli.Context) error { return exit(GetCerts(args)) },