Merge pull request #2389 from dgageot/regenerate-certs

Make user supplied input more obvious
This commit is contained in:
Jean-Laurent de Morlhon 2015-11-23 16:10:55 +01:00
commit a3194a2679
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ type ErrCertInvalid struct {
func (e ErrCertInvalid) Error() string {
return fmt.Sprintf(`There was an error validating certificates for host %q: %s
You can attempt to regenerate them using 'docker-machine regenerate-certs name'.
You can attempt to regenerate them using 'docker-machine regenerate-certs [name]'.
Be advised that this will trigger a Docker daemon restart which will stop running containers.
`, e.hostURL, e.wrappedErr)
}