From 10ca606a3cb078e5d175a19ad6313f02ca33c00e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czeraszkiewicz?= Date: Sun, 26 Jul 2015 11:57:45 +0200 Subject: [PATCH] Fix typo in JSON config example, in the CLI documetation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MichaƂ Czeraszkiewicz Upstream-commit: 09a9958e22640e1bcfec1c0c274a8c42ebc88b4a Component: engine --- components/engine/docs/reference/commandline/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/reference/commandline/cli.md b/components/engine/docs/reference/commandline/cli.md index e9503c108c..98bbfd1c9e 100644 --- a/components/engine/docs/reference/commandline/cli.md +++ b/components/engine/docs/reference/commandline/cli.md @@ -106,7 +106,7 @@ directives, see the [**Formatting** section in the `docker ps` documentation](.. Following is a sample `config.json` file: { - "HttpHeaders: { + "HttpHeaders": { "MyHeader": "MyValue" }, "psFormat": "table {{.ID}}\\t{{.Image}}\\t{{.Command}}\\t{{.Labels}}"