This commit is contained in:
Brad Fitzpatrick 2013-08-26 17:52:17 -05:00
commit 8e005c4f6e
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ func (c *gaeCmd) RunCommand(args []string) error {
fmt.Sprintf("--port=%s", c.port),
}
if c.all {
cmdArgs = append(cmdArgs, "-a", "0.0.0.0")
cmdArgs = append(cmdArgs, "--host", "0.0.0.0")
}
if c.wipe {
cmdArgs = append(cmdArgs, "--clear_datastore")