We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62992fd commit 0f2165bCopy full SHA for 0f2165b
cmd/golangorg/main.go
@@ -65,7 +65,7 @@ var (
65
66
// layout control
67
showTimestamps = flag.Bool("timestamps", false, "show timestamps with directory listings")
68
- 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)")
69
showPlayground = flag.Bool("play", false, "enable playground")
70
declLinks = flag.Bool("links", true, "link identifiers to their declarations")
71
0 commit comments