From 35d665a31a95c1ef031a51fe4fb010820f7f509b Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 29 Mar 2020 09:13:37 +0200 Subject: [PATCH] Clarify argument usage --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e30d7a5..f890ee4 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,8 @@ $ lexicon gandi list autonomic.zone A The `gandi_dns` module will provide the `PROVIDER` and `LEXICON_GANDI_API_PROTOCOL` environment variables internally so you only need -to pass `LEXICON_GANDI_AUTH_TOKEN` to the task or expose it in the environment. +to pass `LEXICON_GANDI_AUTH_TOKEN` as the `gandi_rest_token` argument to the +task or expose it in the environment and it will be picked up. ## Usage