1
0
mirror of https://github.com/golang/go synced 2024-11-18 10:04:43 -07:00

forgot to adjust tmproot

R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=30342
CL=30342
This commit is contained in:
Robert Griesemer 2009-06-16 09:30:16 -07:00
parent 5071a5a572
commit f05c04146e

View File

@ -80,7 +80,7 @@ var (
// file system roots
goroot string;
pkgroot = flag.String("pkgroot", "src/pkg", "root package source directory (if unrooted, relative to goroot)");
tmplroot = flag.String("tmplroot", "src/cmd/godoc", "root template directory (if unrooted, relative to goroot)");
tmplroot = flag.String("tmplroot", "lib/godoc", "root template directory (if unrooted, relative to goroot)");
// periodic sync
syncCmd = flag.String("sync", "", "sync command; disabled if empty");