forked from TrueCloudLab/restic
parent
167397c18c
commit
d7baa67acb
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ func PrintSnapshots(stdout io.Writer, list restic.Snapshots, reasons []restic.Ke
|
||||||
data.Reasons = keepReasons[*id].Matches
|
data.Reasons = keepReasons[*id].Matches
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(sn.Paths) > 1 {
|
if len(sn.Paths) > 1 && !compact {
|
||||||
multiline = true
|
multiline = true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue