Reintroduce the space on -s.

This commit is contained in:
nicholas 2018-09-06 16:40:30 -04:00
parent 4a161bc0a6
commit 4333870c2b

View File

@ -80,7 +80,7 @@ for (( y = 1; y <= $COUNT; y++ )); do # give us COUNT groups of passwords
else
printf "$THEWORD "
printf "$THEWORD$SPACE"
fi