Skip to content

Commit

Permalink
Merge pull request #195 from future-architect/fix-help-msg-azure
Browse files Browse the repository at this point in the history
Fix a help message of -report-azure-blob option
  • Loading branch information
kotakanbe authored Sep 24, 2016
2 parents f17a845 + 95bf387 commit 73ebb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ func (p *ScanCmd) SetFlags(f *flag.FlagSet) {
f.BoolVar(&p.reportAzureBlob,
"report-azure-blob",
false,
"Write report to S3 (container/yyyyMMdd_HHmm/servername.json)",
"Write report to Azure Storage blob (container/yyyyMMdd_HHmm/servername.json)",
)
f.StringVar(&p.azureAccount, "azure-account", "", "Azure account name to use. AZURE_STORAGE_ACCOUNT environment variable is used if not specified")
f.StringVar(&p.azureKey, "azure-key", "", "Azure account key to use. AZURE_STORAGE_ACCESS_KEY environment variable is used if not specified")
Expand Down

0 comments on commit 73ebb94

Please sign in to comment.