diff options
author | 2016-03-19 20:56:49 +0000 | |
---|---|---|
committer | 2016-03-19 20:56:49 +0000 | |
commit | 097b4f1b18915a0c968f32b3e4f69e9f913097a4 (patch) | |
tree | 176829a2a4c40556defdaa4d1965f0c440fc56e4 /main.go | |
parent | 47fca9a8fca06ae44df835168afad9b118c13303 (diff) | |
download | coredns-097b4f1b18915a0c968f32b3e4f69e9f913097a4.tar.gz coredns-097b4f1b18915a0c968f32b3e4f69e9f913097a4.tar.zst coredns-097b4f1b18915a0c968f32b3e4f69e9f913097a4.zip |
less webby
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ func init() { flag.StringVar(&core.Port, "port", core.DefaultPort, "Default port") flag.BoolVar(&core.Quiet, "quiet", false, "Quiet mode (no initialization output)") flag.StringVar(&revoke, "revoke", "", "Hostname for which to revoke the certificate") - flag.StringVar(&core.Root, "root", core.DefaultRoot, "Root path to default site") + flag.StringVar(&core.Root, "root", core.DefaultRoot, "Root path to default zone files") flag.BoolVar(&version, "version", false, "Show version") } |