Small error message fix.

This commit is contained in:
Alexey Skobkin 2016-03-21 23:56:42 +03:00
parent a1e1478fb5
commit 702be5ea72
1 changed files with 1 additions and 1 deletions

View File

@ -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
}