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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user