mirror of
https://github.com/restic/restic.git
synced 2025-08-14 09:57:32 +00:00
@@ -195,7 +195,7 @@ func PrintSnapshots(stdout io.Writer, list restic.Snapshots, reasons []restic.Ke
|
||||
data.Reasons = keepReasons[*id].Matches
|
||||
}
|
||||
|
||||
if len(sn.Paths) > 1 {
|
||||
if len(sn.Paths) > 1 && !compact {
|
||||
multiline = true
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user