change flag from version to v.

pull/17/head
John Shahid 2013-10-31 11:53:41 -04:00
parent 3dc94a087f
commit 54cc956342
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ const (
func main() {
fileName := flag.String("config", "config.json.sample", "Config file")
wantsVersion := flag.Bool("version", false, "Get version number")
wantsVersion := flag.Bool("v", false, "Get version number")
pidFile := flag.String("pidfile", "", "the pid file")
runtime.GOMAXPROCS(runtime.NumCPU())