From 42e5fb7132ca99dca900161e3c3012a027e2f141 Mon Sep 17 00:00:00 2001 From: Ivan Bessarabov Date: Tue, 2 May 2023 22:39:59 +0300 Subject: [PATCH] Added info about env SPOT_INVENTORY to --help --- app/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.go b/app/main.go index bc27fcbe..08243d04 100644 --- a/app/main.go +++ b/app/main.go @@ -35,7 +35,7 @@ type options struct { SSHTimeout time.Duration `long:"timeout" description:"ssh timeout" default:"30s"` // overrides - Inventory string `short:"i" long:"inventory" description:"inventory file or url"` + Inventory string `short:"i" long:"inventory" description:"inventory file or url [$SPOT_INVENTORY]"` SSHUser string `short:"u" long:"user" description:"ssh user"` SSHKey string `short:"k" long:"key" description:"ssh key"` Env map[string]string `short:"e" long:"env" description:"environment variables for all commands"`