From 441c5b572b842bfd98df15b3f37c2d998efbf9ef Mon Sep 17 00:00:00 2001 From: Maria Bermudez Date: Tue, 30 Oct 2018 14:20:20 -0700 Subject: [PATCH] Minor edits --- compose/reference/config.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/compose/reference/config.md b/compose/reference/config.md index 5944912d09..56542663ab 100644 --- a/compose/reference/config.md +++ b/compose/reference/config.md @@ -10,13 +10,12 @@ Usage: config [options] Options: --resolve-image-digests Pin image tags to digests. - -q, --quiet Only validate the configuration, don't print - anything. + -q, --quiet Only validate the configuration – do not print anything. --services Print the service names, one per line. --volumes Print the volume names, one per line. --hash="*" Print the service config hash, one per line. Set "service1,service2" for a list of specified services - or use the wildcard symbol to display all services + or use the wildcard symbol to display all services. ``` Validate and view the Compose file.