mirror of
https://github.com/octoleo/restic.git
synced 2025-01-12 18:31:10 +00:00
parent
167397c18c
commit
d7baa67acb
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user