Update banner to remove dud newline

master
Michael 2018-04-04 21:54:56 +10:00 committed by GitHub
parent 224a880875
commit a33dd36fd5
1 changed files with 1 additions and 3 deletions

View File

@ -23,9 +23,7 @@ var banner = `
__ ___ __ __
.-----.--.--| |--.' _|__.-----.--| .-----.----.
|__ --| | | _ | _| | | _ | -__| _|
|_____|_____|_____|__| |__|__|__|_____|_____|__|
`
|_____|_____|_____|__| |__|__|__|_____|_____|__| `
// Parses command line arguments into a setting structure
func ParseCmdLine() (state *helper.State, err error) {