Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
Removed extra code
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Jan 10, 2014
1 parent cbdd5c2 commit b5569cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.go
Expand Up @@ -20,10 +20,8 @@ var opts struct {
Version VersionCommand `command:"version" description:"Display program version"`
}

// Build the parser
var parser = flags.NewParser(&opts, flags.Default)

// Main program
func main() {
// Set usage string
parser.Usage = "[options]"
Expand All @@ -36,7 +34,5 @@ func main() {
fmt.Println()
parser.WriteHelp(os.Stdout)
}

os.Exit(0)
}
}

0 comments on commit b5569cd

Please sign in to comment.