Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/fatcat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ void usage()
cout << " -d: enable listing of deleted files" << endl;
cout << " -x [directory]: extract all files to a directory, deleted files included if -d" << endl;
cout << " will start with rootDirectory, unless -c is provided" << endl;
cout << "* -S: write scamble data in unallocated sectors" << endl;
cout << "* -z: write scamble data in unallocated sectors" << endl;
cout << "* -S: write scramble data in unallocated sectors" << endl;
cout << "* -z: write zero data in unallocated sectors" << endl;
cout << endl;
cout << "FAT Hacking" << endl;
cout << " -@ [cluster]: Get the cluster address and information" << endl;
Expand Down