From 0ee4b3ec778fd6c164769bd0b87e19f44f0a8e8b Mon Sep 17 00:00:00 2001
From: Juan Batiz-Benet <juan@benet.ai>
Date: Sun, 26 Oct 2014 10:03:38 -0700
Subject: [PATCH] tour list: left justify

---
 cmd/ipfs/tour.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 }
-- 
GitLab