Isona / dirble

Fast directory scanning and scraping tool
GNU General Public License v3.0
614 stars 87 forks source link

rename --host to --url #9

Closed blshkv closed 5 years ago

blshkv commented 5 years ago

I'm playing with the tool and getting confused everytime I run it.

host is an IP address or a dns name. But what you really require is an URL (with scheme) https://danielmiessler.com/study/url-uri/

Isona commented 5 years ago

Thanks for this, the short name was already -u for this reason but I had neglected to correct the long argument from earlier versions, it now correctly uses --uri and --url. I've released a new version 1.3.1 with this change in too.