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