Skip to content

Commit

Permalink
Fix example bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp15b committed Jan 20, 2016
1 parent d910c22 commit 2f1da88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gsbot/gsbot/gsbot.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

func main() {
if len(os.Args) >= 3 {
if len(os.Args) < 3 {
fmt.Println("gsbot example\nusage: \n\tgsbot [username] [password] [authcode]")
return
}
Expand Down

0 comments on commit 2f1da88

Please sign in to comment.