Make user supplied input more obvious

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2015-11-23 15:52:39 +01:00
parent e7714a4981
commit c2be96eac8
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)
}