]> Cypherpunks repositories - gostls13.git/commitdiff
forgot to adjust tmproot
authorRobert Griesemer <gri@golang.org>
Tue, 16 Jun 2009 16:30:16 +0000 (09:30 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 16 Jun 2009 16:30:16 +0000 (09:30 -0700)
R=rsc
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=30342
CL=30342

src/cmd/godoc/godoc.go

index 971ef4425b995b22a0c33ead8558f8a334921a96..12a21b6e20232b21fa4afb605cede8aef0ef2844 100644 (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");