bail when stdin feof is reached and more lines are to be printed

This commit is contained in:
pirate sans barbe 2021-03-03 08:33:55 -10:00 committed by yvain douard
commit 1f304d5d22

View file

@ -591,8 +591,6 @@ void help_bfg() {
"others,\n" "others,\n"
" just add their real representation.\n" " just add their real representation.\n"
" -y disable the use of the above letters as placeholders\n" " -y disable the use of the above letters as placeholders\n"
" -r use a shuffling method called 'rain' to try to break\n"
" the linearity of the bruteforce\n"
"Examples:\n" "Examples:\n"
" -x 3:5:a generate passwords from length 3 to 5 with all " " -x 3:5:a generate passwords from length 3 to 5 with all "
"lowercase letters\n" "lowercase letters\n"