1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-16 00:00:05 +01:00

fix style error

This commit is contained in:
trbs 2017-02-23 09:36:38 +01:00
parent 50239946d4
commit e18fc43f5b

View file

@ -27,11 +27,11 @@ var version = "compiled manually"
// GlobalOptions hold all global options for restic.
type GlobalOptions struct {
Repo string
PasswordFile string
Quiet bool
NoLock bool
JSON bool
Repo string
PasswordFile string
Quiet bool
NoLock bool
JSON bool
ProgressUpdateInterval int
password string