Fix logging docs typo.

This commit is contained in:
Dan Helfman 2019-11-02 12:54:03 -07:00
parent b09d464162
commit 505bb778fa
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ borgmatic --log-file /path/to/file.log
```
Note that if you use the `--log-file` flag, you are responsible for rotating
the log file so it doesn't grow too large. Also, there is also
the log file so it doesn't grow too large. Also, there is a
`--log-file-verbosity` flag to customize the log file's log level.