Fix a arg of report subcommand (#479)

This commit is contained in:
Kota Kanbe
2017-09-04 14:47:25 +08:00
committed by GitHub
parent e0c3a728ae
commit 6d2d767c52
3 changed files with 5 additions and 3 deletions

View File

@@ -1176,7 +1176,8 @@ report:
[-debug-sql]
[-pipe]
[SERVER]...
[RFC3339 datetime format under results dir]
-aws-profile string
AWS profile to use (default "default")
-aws-region string

View File

@@ -1187,7 +1187,8 @@ report:
[-debug-sql]
[-pipe]
[SERVER]...
[RFC3339 datetime format under results dir]
-aws-profile string
AWS profile to use (default "default")
-aws-region string

View File

@@ -131,7 +131,7 @@ func (*ReportCmd) Usage() string {
[-debug-sql]
[-pipe]
[SERVER]...
[RFC3339 datetime format under results dir]
`
}