update labeled to labelled

for consinstency with code.
This commit is contained in:
Davide Fiorentino 2015-12-18 16:49:14 +00:00
parent ae855d6a5a
commit 6c094efa09
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ Image can be visualized as [Graphviz](http://www.graphviz.org), or as a tree or
## Containers ## Containers
Currently, containers are visualized with labeled lines for links. Containers that aren't running are greyed out. Currently, containers are visualized with labelled lines for links. Containers that aren't running are greyed out.
``` ```
$ dockviz containers -d | dot -Tpng -o containers.png $ dockviz containers -d | dot -Tpng -o containers.png
@ -43,10 +43,10 @@ $ dockviz images --dot | dot -Tpng -o images.png
``` ```
$ dockviz images -d -l | dot -Tpng -o images.png $ dockviz images -d -l | dot -Tpng -o images.png
OR OR
$ dockviz images --dot -only-labeled | dot -Tpng -o images.png $ dockviz images --dot -only-labelled | dot -Tpng -o images.png
``` ```
![](sample/images_only_labeled.png "Image") ![](sample/images_only_labelled.png "Image")
Or in short form: Or in short form:

View file

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB