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

@@ -1,10 +1,10 @@
package flags
var (
CI bool = false
VERBOSE bool = false
CRON_LEAN bool = false
RESTIC_BIN string
DOCKER_IMAGE string
LOCKFILE_PATH string
CI bool = false
VERBOSE bool = false
CRON_LEAN bool = false
RESTIC_BIN string
DOCKER_IMAGE string
LOCKFILE string
)