Skip to content

Commit

Permalink
Cosmetic tweak to version output
Browse files Browse the repository at this point in the history
  • Loading branch information
hdm committed Feb 22, 2018
1 parent 5c50dd1 commit b2e5097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

func PrintVersion(app string) {
var version = "master"
fmt.Fprintf(os.Stderr, "%s v%s\n", app, version)
fmt.Fprintf(os.Stderr, "%s version %s\n", app, version)
}

func TrimName(name string) string {
Expand Down

0 comments on commit b2e5097

Please sign in to comment.