[HELP] [4.1.0] Difficult outputting cracks
#1
I'm a noob a this, but basically I'm having issues trying to output a successful SHA1 crack

I'm using x64 hashcat on windows,

To initiate the cracking, I input:

hashcat64.exe -m 100 --username hashes.txt wordlist.folder

After hashcat does it's thing, to get the cracked hashes back, I input:

hashcat64.exe -m 100 --username --show hashes.txt --outfile-format=2 -o cracked.txt

Which proceeds to give me Line Length exception?

Help please