minor: changed flag help string.

This commit is contained in:
Stephen McQuay 2013-01-06 15:29:31 -08:00
parent c934ac6753
commit 448f88d5f3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import (
)
var addr = flag.String("addr", ":8000", "http service address")
var static_files = flag.String("static", "./static", "static files")
var static_files = flag.String("static", "./static", "location of static files")
func main() {
flag.Parse()