mirror of
https://github.com/octoleo/restic.git
synced 2024-11-02 11:46:36 +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 {
|
||||
ReadData 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 {
|
||||
Oldest 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 {
|
||||
Host string
|
||||
Paths []string
|
||||
|
Loading…
Reference in New Issue
Block a user