mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
Correct some typo's in comments.
This commit is contained in:
parent
b1c8071163
commit
3eaaa0f286
@ -24,7 +24,7 @@ finds. It can also be used to read all data and therefore simulate a restore.
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// CheckOptions bundle all options for the 'check' command.
|
// CheckOptions bundles all options for the 'check' command.
|
||||||
type CheckOptions struct {
|
type CheckOptions struct {
|
||||||
ReadData bool
|
ReadData bool
|
||||||
CheckUnused bool
|
CheckUnused bool
|
||||||
|
@ -24,7 +24,7 @@ repo. `,
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// FindOptions bundle all options for the find command.
|
// FindOptions bundles all options for the find command.
|
||||||
type FindOptions struct {
|
type FindOptions struct {
|
||||||
Oldest string
|
Oldest string
|
||||||
Newest string
|
Newest string
|
||||||
|
@ -23,7 +23,7 @@ The "snapshots" command lists all snapshots stored in the repository.
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// SnapshotOptions bundle all options for the snapshots command.
|
// SnapshotOptions bundles all options for the snapshots command.
|
||||||
type SnapshotOptions struct {
|
type SnapshotOptions struct {
|
||||||
Host string
|
Host string
|
||||||
Paths []string
|
Paths []string
|
||||||
|
Loading…
Reference in New Issue
Block a user