Fix --only-labelled flag in readme

This commit is contained in:
Chris Burke 2016-02-28 06:31:04 -06:00
parent 153b934646
commit 9bcca08f2b

View file

@ -43,7 +43,7 @@ $ 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-labelled | dot -Tpng -o images.png $ dockviz images --dot --only-labelled | dot -Tpng -o images.png
``` ```
![](sample/images_only_labelled.png "Image") ![](sample/images_only_labelled.png "Image")