wrap line in deleted containers when pruning

Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
allencloud 2016-10-18 14:20:12 +08:00
parent 3ab6e03ba3
commit 093072cc18
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ func runPrune(dockerCli *command.DockerCli, opts pruneOptions) (spaceReclaimed u
}
if len(report.ContainersDeleted) > 0 {
output = "Deleted Containers:"
output = "Deleted Containers:\n"
for _, id := range report.ContainersDeleted {
output += id + "\n"
}