cmd/golangorg: provide an example in -template help message

Change-Id: I33ad64c9202e95e5e1296cb1c5fadb7353bbac86
Reviewed-on: https://go-review.googlesource.com/c/website/+/199059
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
diff --git a/cmd/golangorg/main.go b/cmd/golangorg/main.go
index 3c825a2..3df536d 100644
--- a/cmd/golangorg/main.go
+++ b/cmd/golangorg/main.go
@@ -65,7 +65,7 @@
 
 	// layout control
 	showTimestamps = flag.Bool("timestamps", false, "show timestamps with directory listings")
-	templateDir    = flag.String("templates", "", "load templates/JS/CSS from disk in this directory")
+	templateDir    = flag.String("templates", "", "load templates/JS/CSS from disk in this directory (usually /path-to-website/content/static)")
 	showPlayground = flag.Bool("play", false, "enable playground")
 	declLinks      = flag.Bool("links", true, "link identifiers to their declarations")