1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-30 18:13:54 +08:00

tour list: left justify

This commit is contained in:
Juan Batiz-Benet
2014-10-26 10:03:38 -07:00
parent 6f7bab389e
commit 0ee4b3ec77

View File

@ -104,7 +104,7 @@ func tourListCmd(c *commander.Command, _ []string) error {
} }
t := tour.Topics[id] 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 return nil
} }