Merge remote-tracking branch 'deizel/fix-only-labelled-flag'

This commit is contained in:
Nate Jones 2016-02-28 16:50:25 -08:00
commit 41f9b67538

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")