diff --git a/src/cmds/restic/cmd_snapshots.go b/src/cmds/restic/cmd_snapshots.go index cd2210522..b4511edb1 100644 --- a/src/cmds/restic/cmd_snapshots.go +++ b/src/cmds/restic/cmd_snapshots.go @@ -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