diff --git a/README.md b/README.md index 07b48d0..2f90401 100644 --- a/README.md +++ b/README.md @@ -88,9 +88,10 @@ The full help messages are given follows. usage: rpxy [OPTIONS] --config Options: - -c, --config Configuration file path like ./config.toml - -h, --help Print help - -V, --version Print version + -c, --config Configuration file path like ./config.toml + -l, --log-dir Directory for log files. If not specified, logs are printed to stdout. + -h, --help Print help + -V, --version Print version ``` If you set `--log-dir=`, the log files are created in the specified directory. Otherwise, the log is printed to stdout.