refactor cli

This commit is contained in:
mattes 2014-08-14 00:24:53 +02:00
parent fa983e8eb7
commit 604ef747f5
1 changed files with 2 additions and 3 deletions

View File

@ -101,10 +101,9 @@ func main() {
}
fmt.Println(version)
case "help":
helpCmd()
default:
fallthrough
case "help":
helpCmd()
}
}