remove =false from options that default to false in the docs

This re-aligns the docs with what the cmd line now does.

Signed-off-by: Doug Davis <dug@us.ibm.com>
This commit is contained in:
Doug Davis
2015-12-23 06:37:06 -08:00
committed by Tibor Vass
parent ed4cf608e2
commit 421578fbd4
68 changed files with 168 additions and 168 deletions

View File

@ -14,9 +14,9 @@ parent = "smn_cli"
Pull an image or a repository from the registry
-a, --all-tags=false Download all tagged images in the repository
-a, --all-tags Download all tagged images in the repository
--disable-content-trust=true Skip image verification
--help=false Print usage
--help Print usage
Most of your images will be created on top of a base image from the
[Docker Hub](https://hub.docker.com) registry.