From 6b6ac0e8a30b4fcaf235c32add3e7dd2416a2e8d Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <massimiliano.adamo@geant.org>
Date: Sun, 11 Apr 2021 22:58:19 +0200
Subject: [PATCH] update README

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index eb93572..363e1e0 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,9 @@ acme-downloader --vault-token=<VAULT-TOKEN> --redis-token=<REDIS_TOKEN> \
     --cert-name=foo-ev-cert.geant.org --team-name=swd
 ```
 
- or check all the options using `--help`:
+<span style="text-decoration: underline">If the certificate is being replaced, the tool throws an exit status equal to 64 and you can reload your application.</span>
+
+You can check all the options using `--help`:
 
 ```bash
 ACME Downloader:
-- 
GitLab