mirror of
https://github.com/restic/restic.git
synced 2025-08-21 12:17:32 +00:00
Just print the number of snapshots
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user