From a0532512a9563747b162493abce9f55362260d30 Mon Sep 17 00:00:00 2001 From: rowlap Date: Sat, 12 Apr 2025 08:55:45 +0100 Subject: [PATCH] Improve usage output Fixes issue #25 --- src/fatcat.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fatcat.cpp b/src/fatcat.cpp index ce23ca0..e8aed0e 100644 --- a/src/fatcat.cpp +++ b/src/fatcat.cpp @@ -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;