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

Clean SnapshotOptions

This commit is contained in:
ibib 2017-01-29 16:12:57 +01:00
parent 7ddb2faca6
commit 542b7c1b86

View file

@ -27,7 +27,6 @@ The "snapshots" command lists all snapshots stored in a repository.
type SnapshotOptions struct {
Host string
Paths []string
Json bool
}
var snapshotOptions SnapshotOptions