joelekstrom / terminal-mines

An ncurses-based minesweeper game
MIT License
64 stars 8 forks source link

--help option doesn't work when running locally #6

Closed joelekstrom closed 8 years ago

joelekstrom commented 8 years ago

Since --help opens the manpage, this won't work if the manpage isn't installed (which happens when one runs make install.

This should be fixed by looking for the manpage in the local folder as well.

Related to #5