Commit 0ee4b3ec authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

tour list: left justify

parent 6f7bab38
......@@ -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
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment