update format specifier syntax link to use anchor

This commit is contained in:
Jelle @ Samson-IT 2022-07-13 21:52:21 +02:00 committed by GitHub
parent ba377952fd
commit f7c8e89a9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ borgmatic list
borgmatic info
```
You can change the output format of `borgmatic list` by specifying your own using `--format $FORMAT`. Refer to the official [borg list --format specs](https://borgbackup.readthedocs.io/en/stable/usage/list.html#) for available options.
You can change the output format of `borgmatic list` by specifying your own using `--format $FORMAT`. Refer to the official [borg list --format specs]( https://borgbackup.readthedocs.io/en/stable/usage/list.html#the-format-specifier-syntax) for available options.
*(No borgmatic `list` or `info` actions? Try the old-style `--list` or
`--info`. Or upgrade borgmatic!)*