How should run the program and specify server & credentials?
sander@flappie:~/git/gonzbee$ go build
sander@flappie:~/git/gonzbee$ ./gonzbee
No NZB files given
sander@flappie:~/git/gonzbee$ ./gonzbee /home/sander/Downloads/ubuntu-12_04_4-server-amd64.nzb
dial tcp: missing address
sander@flappie:~/git/gonzbee$ ./gonzbee /home/sander/Downloads/ubuntu-12_04_4-server-amd64.nzb newszilla6.xs4all.nl
dial tcp: missing address
sander@flappie:~/git/gonzbee$ ./gonzbee /home/sander/Downloads/ubuntu-12_04_4-server-amd64.nzb server=newszilla6.xs4all.nl
dial tcp: missing address
sander@flappie:~/git/gonzbee$
How should run the program and specify server & credentials?