Rename all cases of "docker-init" to "dockerinit" for consistency

This commit is contained in:
Tianon Gravi
2013-10-25 15:13:25 -07:00
committed by Victor Vieux
parent d789750851
commit cf86e2bb22
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ func executeProgram(name string, args []string) {
// up the environment before running the actual process
func SysInit() {
if len(os.Args) <= 1 {
fmt.Println("You should not invoke docker-init manually")
fmt.Println("You should not invoke dockerinit manually")
os.Exit(1)
}
var u = flag.String("u", "", "username or uid")