diff --git a/cmd/restic/cmd_snapshots.go b/cmd/restic/cmd_snapshots.go index 7f5152216..dbf5d3478 100644 --- a/cmd/restic/cmd_snapshots.go +++ b/cmd/restic/cmd_snapshots.go @@ -163,7 +163,7 @@ func PrintSnapshots(stdout io.Writer, list restic.Snapshots, compact bool) { } } - tab.Footer = fmt.Sprintf("Amount of snapshots: %d", len(list)) + tab.Footer = fmt.Sprintf("%d snapshots", len(list)) tab.Write(stdout) }