From 9e4ad4889e6660b4f4a824b45c7d525ee7344dc8 Mon Sep 17 00:00:00 2001 From: Jonathan Lee Date: Tue, 1 Aug 2017 00:33:07 -0400 Subject: [PATCH] Fix missing missing backtick Signed-off-by: Jonathan Lee --- docs/reference/commandline/node_ls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/commandline/node_ls.md b/docs/reference/commandline/node_ls.md index 1ecb1d840d..4a6b9a00d3 100644 --- a/docs/reference/commandline/node_ls.md +++ b/docs/reference/commandline/node_ls.md @@ -158,7 +158,7 @@ The following example uses a template without headers and outputs the $ docker node ls --format "{{.ID}}: {{.Hostname}} {{.TLSStatus}}" e216jshn25ckzbvmwlnh5jr3g: swarm-manager1 Ready 35o6tiywb700jesrt3dmllaza: swarm-worker1 Needs Rotation -`` +``` ## Related commands