Skip to content

Commit

Permalink
DOCS: Deprecated get-certs command (#2595)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafferata authored Oct 18, 2023
1 parent 431d9cf commit 94f6a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/getCerts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
},
Expand Down

0 comments on commit 94f6a99

Please sign in to comment.