diff --git a/cmd/ipfs/tour.go b/cmd/ipfs/tour.go index 305cd37cd..0656625e8 100644 --- a/cmd/ipfs/tour.go +++ b/cmd/ipfs/tour.go @@ -104,7 +104,7 @@ func tourListCmd(c *commander.Command, _ []string) error { } t := tour.Topics[id] - fmt.Printf("- %c %5.5s %s\n", c, id, t.Title) + fmt.Printf("- %c %-5.5s %s\n", c, id, t.Title) } return nil }