Rebase + some fixes

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass
2015-04-09 21:29:42 -04:00
parent 8d682bf734
commit fa2ace00a8
4 changed files with 20 additions and 43 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ func (cli *DockerCli) CmdHistory(args ...string) error {
fmt.Fprintf(w, "%s\t", utils.Trunc(entry.CreatedBy, 45))
}
fmt.Fprintf(w, "%s\t", units.HumanSize(float64(entry.Size)))
fmt.Fprintf(w, "%s\n", entry.Comment)
fmt.Fprintf(w, "%s", entry.Comment)
}
fmt.Fprintf(w, "\n")
}