mirror of
https://github.com/rancher/os.git
synced 2025-09-03 15:54:24 +00:00
fixed whitespace in help
This commit is contained in:
@@ -18,7 +18,7 @@ import (
|
|||||||
func Main() {
|
func Main() {
|
||||||
args := os.Args
|
args := os.Args
|
||||||
if len(args) > 1 {
|
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
|
return
|
||||||
}
|
}
|
||||||
cfg, err := config.LoadConfig()
|
cfg, err := config.LoadConfig()
|
||||||
|
Reference in New Issue
Block a user