Skip to content

Commit

Permalink
tweak readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tukaelu committed Nov 11, 2023
1 parent 8e5496d commit 6c36c79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ COMMANDS:
GLOBAL OPTIONS:
--apikey value (default: **********) [$MACKEREL_APIKEY, $IKESU_MACKEREL_APIKEY]
--apibase value (default: "https://api.mackerelio.com/") [$MACKEREL_APIBASE, $IKESU_MACKEREL_APIBASE]
--log value Specify the path to the log file. If not specified, the log will be output to stdout.
--log-level value (default: "info") [$IKESU_LOG_LEVEL]
--help, -h show help
--version, -v print the version
Expand Down
3 changes: 2 additions & 1 deletion cmd/ikesu/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ func main() {
Value: "https://api.mackerelio.com/",
},
&cli.StringFlag{
Name: "log",
Name: "log",
Usage: "Specify the path to the log file. If not specified, the log will be output to stdout.",
},
&cli.StringFlag{
Name: "log-level",
Expand Down

0 comments on commit 6c36c79

Please sign in to comment.