maurosoria / dirsearch

Web path scanner
11.58k stars 2.29k forks source link

Some errors in readme #1294

Closed vu1Art1st closed 1 year ago

vu1Art1st commented 1 year ago

What is the current behavior?

In the Options part, the flag is --exclude-text, --exclude-regexp But in the Filter part, the flag is --exclude-texts, --exclude-regexps

What is the expected behavior?

What it should be instead? the Filter part should change the flag to --exclude-text, --exclude-regexp

Any additional information?

image
Prady18 commented 1 year ago

@AMG4MATIC The expected behavior would be to update the flag names in the Filter part to match those in the Options part. Specifically, the flag names in the Filter part should be changed to "--exclude-text" and "--exclude-regexp" to align with the flag names used in the Options part.

To solve the error, you would need to update the flag names in the Filter part of the software or tool to match the correct flag names "--exclude-text" and "--exclude-regexp". This can typically be done by modifying the code or configuration settings related to the Filter functionality in the software or tool to reflect the correct flag names.

vu1Art1st commented 1 year ago

Sorry for not explaining clearly. What I meant is that there is a small error in the README file, and only updating the README file is needed.

Prady18 commented 1 year ago

ok update