fix indentation for network/repo help

This commit is contained in:
Alex Quick
2017-12-15 10:06:45 -05:00
parent 061ea9bfd7
commit 302d82a192
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ func main() {
func usage() {
config := columnize.DefaultConfig()
config.Delim = ","
config.Prefix = "\t"
config.Prefix = " "
config.Empty = ""
content := strings.Split(helpContent, "\n")[1:]
fmt.Println(helpHeader)

View File

@@ -46,7 +46,7 @@ func main() {
func usage() {
config := columnize.DefaultConfig()
config.Delim = ","
config.Prefix = "\t"
config.Prefix = " "
config.Empty = ""
content := strings.Split(helpContent, "\n")[1:]
fmt.Println(helpHeader)