From 9930f31f74b95ae20f78e85df2476faf0cefb7d2 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Wed, 20 Jan 2016 17:16:49 -0500 Subject: [PATCH] Verify that the configuration keys in the file are valid. - Return an error if any of the keys don't match valid flags. - Fix an issue ignoring merged values as named values. - Fix tlsverify configuration key. - Fix bug in mflag to avoid panics when one of the flag set doesn't have any flag. Signed-off-by: David Calavera --- docs/reference/commandline/daemon.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/daemon.md b/docs/reference/commandline/daemon.md index f94f6b72e9..2d9edd8de4 100644 --- a/docs/reference/commandline/daemon.md +++ b/docs/reference/commandline/daemon.md @@ -852,7 +852,7 @@ This is a full example of the allowed configuration options in the file: "hosts": [], "log-level": "", "tls": true, - "tls-verify": true, + "tlsverify": true, "tls-opts": { "tlscacert": "", "tlscert": "",