mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 20:41:39 -07:00
fix help
This commit is contained in:
parent
feaab90b1f
commit
972039b3ae
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ void help() {
|
|||
printf(" -l lowcase characters (a,b,c,d, etc.)\n");
|
||||
printf(" -u upcase characters (A,B,C,D, etc.)\n");
|
||||
printf(" -n numbers (1,2,3,4, etc.)\n");
|
||||
printf(" -p printable characters (which are not -l/-n/-p, e.g. "
|
||||
printf(" -p printable characters (which are not -l/-u/-n, e.g. "
|
||||
"$,!,/,(,*, etc.)\n");
|
||||
printf(" -s special characters - all others not within the sets "
|
||||
"above\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue