diff --git a/README.md b/README.md index 5b2a054cf17f0037316f942c3e77700b110218be..eb9357251f4437972e2905cfc3ccc70d40312499 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 1e5868e0d1be88d5366218a8fca704ef282ffb2a..a1d2d4252b0fffcedca4ab487beb379cafa8ba90 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