diff options
author | 2019-02-27 15:02:50 +0700 | |
---|---|---|
committer | 2019-02-27 08:02:50 +0000 | |
commit | 5c46d6c6ef585900c9b221eb699aea4df0df2955 (patch) | |
tree | 710265a61b5b5b191e13f28f8270ca605da51021 /coredns.1.md | |
parent | a727747794990702d414516393807d322de2827b (diff) | |
download | coredns-5c46d6c6ef585900c9b221eb699aea4df0df2955.tar.gz coredns-5c46d6c6ef585900c9b221eb699aea4df0df2955.tar.zst coredns-5c46d6c6ef585900c9b221eb699aea4df0df2955.zip |
Fix some minor typos (#2625)
Signed-off-by: Vu Cong Tuan <tuanvc@vn.fujitsu.com>
Diffstat (limited to '')
-rw-r--r-- | coredns.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coredns.1.md b/coredns.1.md index f89c0ed53..d452fdebd 100644 --- a/coredns.1.md +++ b/coredns.1.md @@ -16,12 +16,12 @@ bundled in CoreDNS are listed on <https://coredns.io/explugins>. When started with no options CoreDNS will looks for a file names `Corefile` in the current directory, if found it will parse its contents and start up accordingly. If no `Corefile` is found it will start with the *whoami* plugin (coredns-whoami(7)) and start listening on port 53 (unless -overriden with `-dns.port`). +overridden with `-dns.port`). Available options: **-conf** **FILE** -: specificy Corefile to load. +: specify Corefile to load. **-cpu** **CAP** : specify maximum CPU capacity in percent. |