summaryrefslogtreecommitdiff
path: root/compose/cli
diff options
context:
space:
mode:
authorHarald Albers <github@albersweb.de>2021-01-24 22:19:37 +0000
committerHarald Albers <github@albersweb.de>2021-01-24 22:19:37 +0000
commit487779960c9a759a6400cf670ba96ef930e81e23 (patch)
treebfaf8c252557a6f54b932b994a2c51199dfae7d4 /compose/cli
parent99b6776fd2a0896d696152815b6a396d1cc1fcdd (diff)
Fix formatting of help output for `up|logs --no-log-prefix`
Signed-off-by: Harald Albers <github@albersweb.de>
Diffstat (limited to 'compose/cli')
-rw-r--r--compose/cli/main.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/compose/cli/main.py b/compose/cli/main.py
index 4cea03be..9a12c683 100644
--- a/compose/cli/main.py
+++ b/compose/cli/main.py
@@ -691,7 +691,7 @@ class TopLevelCommand:
-t, --timestamps Show timestamps.
--tail="all" Number of lines to show from the end of the logs
for each container.
- --no-log-prefix Don't print prefix in logs.
+ --no-log-prefix Don't print prefix in logs.
"""
containers = self.project.containers(service_names=options['SERVICE'], stopped=True)
@@ -1109,7 +1109,7 @@ class TopLevelCommand:
container. Implies --abort-on-container-exit.
--scale SERVICE=NUM Scale SERVICE to NUM instances. Overrides the
`scale` setting in the Compose file if present.
- --no-log-prefix Don't print prefix in logs.
+ --no-log-prefix Don't print prefix in logs.
"""
start_deps = not options['--no-deps']
always_recreate_deps = options['--always-recreate-deps']