1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 22:32:14 +00:00

fixed whitespace in help

This commit is contained in:
Bill Maxwell
2015-03-10 21:54:02 -07:00
parent f0c28232c4
commit ede9b0100e

View File

@@ -18,7 +18,7 @@ import (
func Main() {
args := os.Args
if len(args) > 1 {
fmt.Println("call " + args[0] + "to load network config from rancher.yml config file")
fmt.Println("call " + args[0] + " to load network config from rancher.yml config file")
return
}
cfg, err := config.LoadConfig()