Correct example of renew action with days flag (#646)

This commit is contained in:
Ethan Young 2018-09-24 04:05:55 -06:00 committed by Ludovic Fernandez
parent 58a023e92b
commit 38ffd0577b

View file

@ -155,7 +155,7 @@ To renew the certificate:
lego --email="foo@bar.com" --domains="example.com" renew
```
To renew the certificate only if it's older than 30 days
To renew the certificate only if it expires within 30 days
```bash
lego --email="foo@bar.com" --domains="example.com" renew --days 30