From 0d79f4fd13cdeed85ee98e455fc12b9a1456af3a Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <maxadamo@gmail.com> Date: Mon, 23 Nov 2020 15:36:46 +0100 Subject: [PATCH] minor --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13aff95..a2f9e42 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,8 @@ It is meant to be used in conjunction with Geant ACME infrastructure you can run the tool as following: ```bash -acme-downloader --vault-token=<VAULT-TOKEN> --redis-token=<REDIS_TOKEN> --cert-name=foo-ev-cert.geant.org --team-name=swd +acme-downloader --vault-token=<VAULT-TOKEN> --redis-token=<REDIS_TOKEN> \ +--cert-name=foo-ev-cert.geant.org --team-name=swd ``` or check all the option using `--help`: -- GitLab