Skip to content

Commit

Permalink
Move version to own line in --version
Browse files Browse the repository at this point in the history
  • Loading branch information
hashworks committed Jan 19, 2016
1 parent 5f117ea commit 79f318d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xREL.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ func main() {
config, _ := configHandler.GetConfig(configFilePath)

if versionFlag {
fmt.Println("xREL Terminal Client " + VERSION)
fmt.Println("xREL Terminal Client")
fmt.Println("https://github.com/hashworks/xRELTerminalClient")
fmt.Println("Version: " + VERSION)
fmt.Println()
fmt.Println("Published under the GNU General Public License v3.0.")
} else if rmFavEntryFlag {
Expand Down

0 comments on commit 79f318d

Please sign in to comment.