forked from TrueCloudLab/restic
Just print the number of snapshots
This commit is contained in:
parent
2f10e25738
commit
e46a647c45
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue