From 6d2d767c52b9956ebe9584f5a597486410fefd1a Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Mon, 4 Sep 2017 14:47:25 +0800 Subject: [PATCH] Fix a arg of report subcommand (#479) --- README.ja.md | 3 ++- README.md | 3 ++- commands/report.go | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.ja.md b/README.ja.md index 81d7178e..9c73c0b2 100644 --- a/README.ja.md +++ b/README.ja.md @@ -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 diff --git a/README.md b/README.md index 7c40a6f7..e3bc0eb2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/commands/report.go b/commands/report.go index 1542347d..1e69b32e 100644 --- a/commands/report.go +++ b/commands/report.go @@ -131,7 +131,7 @@ func (*ReportCmd) Usage() string { [-debug-sql] [-pipe] - [SERVER]... + [RFC3339 datetime format under results dir] ` }