docs: unify no trailing dots in docstrings and help (#11301)

This commit is contained in:
Piotr Dąbrowski 2024-02-14 20:02:37 +01:00 committed by GitHub
parent aa56ab3e71
commit e330f5905b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
75 changed files with 359 additions and 362 deletions

View file

@ -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)