Skip to content

Commit 0f2165b

Browse files
committed
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 <[email protected]>
1 parent 62992fd commit 0f2165b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/golangorg/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ var (
6565

6666
// layout control
6767
showTimestamps = flag.Bool("timestamps", false, "show timestamps with directory listings")
68-
templateDir = flag.String("templates", "", "load templates/JS/CSS from disk in this directory")
68+
templateDir = flag.String("templates", "", "load templates/JS/CSS from disk in this directory (usually /path-to-website/content/static)")
6969
showPlayground = flag.Bool("play", false, "enable playground")
7070
declLinks = flag.Bool("links", true, "link identifiers to their declarations")
7171

0 commit comments

Comments
 (0)