diff --git a/docker/docker.go b/docker/docker.go index 112fbae705..83df5c2171 100644 --- a/docker/docker.go +++ b/docker/docker.go @@ -38,7 +38,7 @@ func main() { flEnableIptables := flag.Bool("iptables", true, "Disable docker's addition of iptables rules") flDefaultIp := flag.String("ip", "0.0.0.0", "Default IP address to use when binding container ports") flInterContainerComm := flag.Bool("icc", true, "Enable inter-container communication") - flGraphDriver := flag.String("graph-driver", "", "Force docker runtime to use a specific graph driver") + flGraphDriver := flag.String("s", "", "Force the docker runtime to use a specific storage driver") flag.Parse()