From 9bcca08f2b8332a58ae1efe2dd24d6329886efcf Mon Sep 17 00:00:00 2001 From: Chris Burke Date: Sun, 28 Feb 2016 06:31:04 -0600 Subject: [PATCH] Fix --only-labelled flag in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04a39d0..c496e10 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ $ dockviz images --dot | dot -Tpng -o images.png ``` $ dockviz images -d -l | dot -Tpng -o images.png 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")