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:
parent
50239946d4
commit
e18fc43f5b
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue