mirror of
https://bitbucket.org/skobkin/point-tools-crawler.git
synced 2024-12-05 02:25:53 +00:00
Small error message fix.
This commit is contained in:
parent
a1e1478fb5
commit
702be5ea72
|
@ -18,7 +18,7 @@ func main() {
|
||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
if len(login) < 1 || len(password) < 1 {
|
if len(login) < 1 || len(password) < 1 {
|
||||||
fmt.Printf("Login and password must be defined")
|
fmt.Println("Login and password must be defined")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue