Skip to content

Commit

Permalink
Change option name of the version command.
Browse files Browse the repository at this point in the history
  • Loading branch information
kamatama41 committed Jul 14, 2019
1 parent 5cb8112 commit c0fd651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
limit = flag.Int("l", 1000, "Number of logs fetched at once.")
fromStr = flag.String("from", "", "Minimum timestamp for requested logs, should be an ISO-8601 string.")
toStr = flag.String("to", "", "Maximum timestamp for requested logs, should be an ISO-8601 string.")
version = flag.Bool("V", false, "Show version of taildog")
version = flag.Bool("version", false, "Show version of taildog.")

apiKey = getEnv("DD_API_KEY")
appKey = getEnv("DD_APP_KEY")
Expand Down

0 comments on commit c0fd651

Please sign in to comment.