1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-23 11:43:17 +00:00

added -tabular to check options

This commit is contained in:
Arno Hautala
2017-09-19 01:13:06 -04:00
parent f1fe64b9cc
commit d5d7649041
2 changed files with 7 additions and 2 deletions

View File

@@ -748,7 +748,7 @@ func (manager *SnapshotManager) ListSnapshots(snapshotID string, revisionsToList
}
// ListSnapshots shows the information about a snapshot.
func (manager *SnapshotManager) CheckSnapshots(snapshotID string, revisionsToCheck []int, tag string, showStatistics bool,
func (manager *SnapshotManager) CheckSnapshots(snapshotID string, revisionsToCheck []int, tag string, showStatistics bool, showTabular bool,
checkFiles bool, searchFossils bool, resurrect bool) bool {
LOG_DEBUG("LIST_PARAMETERS", "id: %s, revisions: %v, tag: %s, showStatistics: %t, checkFiles: %t, searchFossils: %t, resurrect: %t",