@@ -44,6 +44,11 @@ func init() {
func main() {
+ if *doVersion {
+ version()
+ os.Exit(0)
+ }
+
if *doProfile {
defer profile.Start(profile.CPUProfile).Stop()
}