Explorar el Código

Fix minor issue in docker-compose config documentation.

Signed-off-by: Svyatoslav Ilinskiy <[email protected]>
Svyatoslav Ilinskiy hace 8 años
padre
commit
5924c6366e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compose/cli/main.py

+ 1 - 1
compose/cli/main.py

@@ -295,7 +295,7 @@ class TopLevelCommand(object):
                                      anything.
             --services               Print the service names, one per line.
             --volumes                Print the volume names, one per line.
-            -f, --filter KEY=VAL     Filter containers by a property (can be used multiple times)
+            -f, --filter KEY=VAL     Filter services by a property (can be used multiple times)
 
         """