diff --git a/README.md b/README.md index b0a534c..f723aa2 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Press `?` while running the app to see keybindings - `-V, --version`: Prints version information - `-t, --tick-rate `: Set the tick rate (milliseconds): the lower the number the higher the FPS. - `-p, --poll-rate `: Set the network call polling rate (milliseconds, should be multiples of tick-rate): the lower the number the higher the network calls. +- `-d, --debug[=]`: Enables debug mode and writes logs to 'kdash-debug-.log' file in the current directory. Default behavior is to write INFO logs. Pass a log level to overwrite the default [possible values: info, debug, trace, warn, error] ## Limitations/Known issues