atomic icon indicating copy to clipboard operation
atomic copied to clipboard

improve documentation for 'atomic verify'

Open miabbott opened this issue 8 years ago • 0 comments

Currently, the only documentation available (that I was able to find) for atomic verify is the inline help:

# atomic verify --help
usage: atomic verify [-h] [--no-validate] [--storage STORAGE] [-v] image

positional arguments:
  image              container image

optional arguments:
  -h, --help         show this help message and exit
  --no-validate      disable validating system images
  --storage STORAGE  Specify the storage of the image. If not specified and
                     there are images with the same name in different
                     storages, you will be prompted to specify.
  -v, --verbose      Report status of each layer

Which by itself is not entirely helpful, since it doesn't describe what it does.

Additionally, there is no man page for that sub-command.

miabbott avatar Jul 20 '17 15:07 miabbott