From 52db1b59136316996541c948c2913997ea1dd6e4 Mon Sep 17 00:00:00 2001
From: Massimiliano Adamo <massimiliano.adamo@geant.org>
Date: Sun, 11 Apr 2021 20:34:43 +0200
Subject: [PATCH] minor

---
 README.md | 4 ++--
 main.go   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 5b2a054..eb93572 100644
--- a/README.md
+++ b/README.md
@@ -54,8 +54,8 @@ Maybe 43 different platforms but tested only on Linux and Windows.
 
 It compiles on several platforms and architectures.
 
-Please run the script on this repository to check the available options:
+Please run the script from this repository to check the available options:
 
 ```bash
-./build --help
+./build.sh --help
 ```
diff --git a/main.go b/main.go
index 1e5868e..a1d2d42 100644
--- a/main.go
+++ b/main.go
@@ -379,9 +379,9 @@ func main() {
 
 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] [--wildcard]
+  acme-downloader -h | --help
   acme-downloader -v | --version
   acme-downloader -b | --build
-  acme-downloader -h | --help
 
 Options:
   -h --help                                     Show this screen
-- 
GitLab