mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
docs: unify no trailing dots in docstrings and help (#11301)
This commit is contained in:
parent
aa56ab3e71
commit
e330f5905b
75 changed files with 359 additions and 362 deletions
|
|
@ -170,7 +170,7 @@ func (s *composeService) build(ctx context.Context, project *types.Project, opti
|
|||
}
|
||||
|
||||
if options.Memory != 0 {
|
||||
fmt.Fprintln(s.stderr(), "WARNING: --memory is not supported by BuildKit and will be ignored.")
|
||||
fmt.Fprintln(s.stderr(), "WARNING: --memory is not supported by BuildKit and will be ignored")
|
||||
}
|
||||
|
||||
buildOptions, err := s.toBuildOptions(project, service, options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue