troglobit / mdnsd

Jeremie Miller's original mdnsd
BSD 3-Clause "New" or "Revised" License
56 stars 35 forks source link

usage description wrong #3

Closed bong1991 closed 6 years ago

bong1991 commented 6 years ago

Hey,

just a minor wrong printf in the usage description. In line 92 of mdnsd.c it still says mhttp. To get rid of it for all time, you could make printf("usage: %s 'unique name' 12.34.56.78 80 '/optionalpath'\n", argv[0]);

Best regards

troglobit commented 6 years ago

Thanks for pointing it out, I have a backlog of fixes that I need to clean up and apply to this project. I'll see about getting around to finding the time for it soon, I hope.