This commit is contained in:
parent
3616ac7d70
commit
63310a2f2e
2 changed files with 3 additions and 1 deletions
2
app.go
2
app.go
|
|
@ -36,6 +36,8 @@ func App() *cli.App {
|
|||
}
|
||||
|
||||
return &cli.App{
|
||||
Usage: "Checks the expiration dates of domains and certificates",
|
||||
HelpName: "expiration-check",
|
||||
Commands: []*cli.Command{
|
||||
{
|
||||
Name: "certificate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue