DanMcInerney / wifijammer

Continuously jam all wifi clients/routers
3.95k stars 778 forks source link

Parse args before root check #93

Closed Fierthraix closed 4 years ago

Fierthraix commented 5 years ago

Just moved the argument parse step before the root check. This way you can see all the flags as a non-root user.

Since wifijammer doesn't have a man page it is useful to have a terminal open with the printed help info beside the root terminal wifijammer is running in. It is annoying to have to type in a root password every time you just want to look up some flags.