chore(lockfile) change flag to --lockfile

This is more consistent with the `lockfile` config option
This commit is contained in:
Boris Bera
2024-12-01 14:53:25 -05:00
parent de0862a3dd
commit 59b2393127
6 changed files with 17 additions and 17 deletions

View File

@@ -35,10 +35,10 @@ With `--restic-bin` you can specify to run a specific restic binary. This can be
autorestic --restic-bin /some/path/to/my/custom/restic/binary
```
## `--lockfile-path`
## `--lockfile`
Specify the path for the [lockfile](../lockfile.md) used by `autorestic`. If omitted, this will default to `.autorestic.lock.yml` next to the loaded config file.
```bash
autorestic --lockfile-path /path/to/my/.autorestic.lock.yml
autorestic --lockfile /path/to/my/.autorestic.lock.yml
```