Skip to content

Commit

Permalink
Merge pull request vanhauser-thc#350 from OrBin/master
Browse files Browse the repository at this point in the history
Fixed a tiny typo in the help text
  • Loading branch information
vanhauser-thc authored Aug 11, 2018
2 parents 0626888 + 4f16737 commit 54bec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra.c
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ void help_bfg() {
" valid CHARSET values are: 'a' for lowercase letters,\n"
" 'A' for uppercase letters, '1' for numbers, and for all others,\n"
" just add their real representation.\n"
" -y disable the use if the above letters as placeholders\n\n"
" -y disable the use of the above letters as placeholders\n\n"
"Examples:\n"
" -x 3:5:a generate passwords from length 3 to 5 with all lowercase letters\n"
" -x 5:8:A1 generate passwords from length 5 to 8 with uppercase and numbers\n"
Expand Down

0 comments on commit 54bec96

Please sign in to comment.