Skip to content

Commit

Permalink
Updated usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mrusme committed Mar 19, 2022
1 parent e9a4ede commit bc368ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planor.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
var cloudProfile = "dev.verifyplus"

flag.StringVar(&cloudProvider, "c", "aws", "cloud provider: aws, vultr")
flag.StringVar(&cloudProfile, "p", "", "cloud profile / API key env variable")
flag.StringVar(&cloudProfile, "p", "", "aws profile name, vultr api key env variable name")
flag.Parse()

if cloudProvider == "" || cloudProfile == "" {
Expand Down

0 comments on commit bc368ca

Please sign in to comment.