Merge pull request #15424 from coolljt0725/typo_remove_useless_period

Typo: remove unconsistent period in docker info
This commit is contained in:
Arnaud Porterie 2015-08-08 01:04:38 -07:00
commit 46f40c34d2

View file

@ -82,7 +82,7 @@ func (cli *DockerCli) CmdInfo(args ...string) error {
fmt.Fprintf(cli.err, "WARNING: No swap limit support\n")
}
if !info.IPv4Forwarding {
fmt.Fprintf(cli.err, "WARNING: IPv4 forwarding is disabled.\n")
fmt.Fprintf(cli.err, "WARNING: IPv4 forwarding is disabled\n")
}
if !info.BridgeNfIptables {
fmt.Fprintf(cli.err, "WARNING: bridge-nf-call-iptables is disabled\n")