fix descriptions
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Simon Vieille 2024-07-24 09:14:35 +02:00
commit 63310a2f2e
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 3 additions and 1 deletions

View file

@ -1,7 +1,7 @@
Expiration check
================
Checks the expiration dates of domains et certificates.
Checks the expiration dates of domains and certificates.
Domain expiration check uses [`RDAP`](https://about.rdap.org/) and fallback with a `whois` request.

2
app.go
View file

@ -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",