Browse Source

Update install.go

pull/103/head
Joe Chen 12 years ago
parent
commit
d424e5bd4d
  1. 2
      install.go

2
install.go

@ -44,7 +44,7 @@ func printPrompt(flag string) {
case "-d":
fmt.Printf("You enabled download without installing.\n")
case "-e":
fmt.Printf("You enabled download dependencies in exmaple.\n")
fmt.Printf("You enabled download dependencies in example.\n")
}
}

Loading…
Cancel
Save