Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix -S/-z usage() text #25

Open
rowlap opened this issue Sep 2, 2020 · 0 comments
Open

Fix -S/-z usage() text #25

rowlap opened this issue Sep 2, 2020 · 0 comments

Comments

@rowlap
Copy link

rowlap commented Sep 2, 2020

fatcat/src/fatcat.cpp

Lines 50 to 51 in 98e1cd5

cout << "* -S: write scamble data in unallocated sectors" << endl;
cout << "* -z: write scamble data in unallocated sectors" << endl;
says
-S: write scamble data in unallocated sectors
-z: write scamble data in unallocated sectors

but should say this instead
-S: write scramble data in unallocated sectors
-z: write zero data in unallocated sectors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant