From fb4614eaa301e7094aec30aa0ccb0b66a614c009 Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <massimiliano.adamo@geant.org>
Date: Sun, 11 Apr 2021 15:08:37 +0200
Subject: [PATCH] add wildcard to docopt

---
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index 8971d4f..bfc7372 100644
--- a/main.go
+++ b/main.go
@@ -378,7 +378,7 @@ func main() {
   - fetches and stores a given Certificate, Full Chain, CA and Private Key
 
 Usage:
-  acme-downloader --redis-token=REDISTOKEN --vault-token=VAULTTOKEN --cert-name=CERTNAME --team-name=TEAMNAME [--silent] [--days=DAYS] [--type=TYPE] [--cert-destination=CERTDESTINATION] [--fullchain-destination=FULLCHAINDESTINATION] [--key-destination=KEYDESTINATION] [--ca-destination=CADESTINATION]
+  acme-downloader --redis-token=REDISTOKEN --vault-token=VAULTTOKEN --cert-name=CERTNAME --team-name=TEAMNAME [--silent] [--days=DAYS] [--type=TYPE] [--cert-destination=CERTDESTINATION] [--fullchain-destination=FULLCHAINDESTINATION] [--key-destination=KEYDESTINATION] [--ca-destination=CADESTINATION] [--wildcard]
   acme-downloader -v | --version
   acme-downloader -b | --build
   acme-downloader -h | --help
-- 
GitLab