From 542b7c1b860e2fc1ae2d642f6e2928ad55a54ae0 Mon Sep 17 00:00:00 2001 From: ibib Date: Sun, 29 Jan 2017 16:12:57 +0100 Subject: [PATCH] Clean SnapshotOptions --- src/cmds/restic/cmd_snapshots.go | 1 - 1 file changed, 1 deletion(-) 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