Merge pull request #405 from beenanner/patch-1

Fix missing missing backtick in documentation for node ls
This commit is contained in:
Vincent Demeester 2017-08-02 08:58:53 +02:00 committed by GitHub
commit b0cc841631
1 changed files with 1 additions and 1 deletions

View File

@ -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