Skip to content

Commit

Permalink
Added info about env SPOT_INVENTORY to --help
Browse files Browse the repository at this point in the history
  • Loading branch information
bessarabov authored and umputun committed May 2, 2023
1 parent c288949 commit 42e5fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 42e5fb7

Please sign in to comment.