Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesampson committed Aug 4, 2013
1 parent 364ce5f commit aa5706b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func printHelp() {
}

func printVersion() {
fmt.Println("Figlet version go-1.0")
fmt.Println("Figlet version: go-1.0")
dir, err := findFonts()
if err != nil {
dir = fmt.Sprintf("ERROR: couldn't find fonts: %v", err)
Expand Down

0 comments on commit aa5706b

Please sign in to comment.