MrGlockenspiel / activate-linux

The "Activate Windows" watermark ported to Linux
GNU General Public License v3.0
4.25k stars 91 forks source link

Use getopt_long instead of getopt. #151

Closed jcontoso closed 1 year ago

jcontoso commented 1 year ago

The current options system is a confusing mess. This change allows us to use long option names, thus making the options clearer.