Skip to content

Commit

Permalink
Merge pull request #3 from eribertomota/fix-spelling
Browse files Browse the repository at this point in the history
fix a spelling error in binary
  • Loading branch information
jessek authored Sep 18, 2017
2 parents 725c091 + e4455e1 commit ae9a525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static void usage(void)
print_status ("-v - Verbose mode. Displays filename as its being processed");
print_status ("-r - Recursive mode");

print_status ("-s - Silent mode; all errors are supressed");
print_status ("-s - Silent mode; all errors are suppressed");
print_status ("-b - Uses only the bare name of files; all path information omitted");
print_status ("-l - Uses relative paths for filenames");
print_status ("-c - Prints output in CSV format");
Expand Down

0 comments on commit ae9a525

Please sign in to comment.