pobrn / mktorrent

A simple command line utility to create BitTorrent metainfo files
Other
474 stars 72 forks source link

print_help(): the announce url is not required #26

Closed paride closed 6 years ago

paride commented 6 years ago

The help screen still reports the announce url as required, but it is not. This can be fixed by deleting this line:

https://github.com/Rudde/mktorrent/blob/master/init.c#L282