Skip to content

Commit 55ac14d

Browse files
committed
- version 0.1 to go ;)
1 parent a368b69 commit 55ac14d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlxsh.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ func init() {
4040

4141

4242
if version {
43-
log.Println("mlxsh 0.x (C) 2017 by Jörg Kost, jk@ip-clear.de")
43+
log.Println("mlxsh 0.1 (C) 2017 by Jörg Kost, jk@ip-clear.de")
4444
os.Exit(0)
4545
}
4646

4747
if os.Getenv("JK") == "1" {
4848
log.Println("Developer configuration active")
4949
flag.StringVar(&cliRouterFile, "routerdb", "config_jk.yaml", "Input file in yaml for username,password and host configuration if not specified on command-line")
5050
} else {
51-
flag.StringVar(&cliRouterFile, "routerdb", "", "Input file in yaml for username,password and host configuration if not specified on command-line")
51+
flag.StringVar(&cliRouterFile, "routerdb", "mlxsh.yaml", "Input file in yaml for username,password and host configuration if not specified on command-line")
5252
}
5353

5454
flag.Parse()

0 commit comments

Comments
 (0)