Scripts in bin: made -help flag message consistent

This commit is contained in:
Chris Greenshields
2017-05-29 22:02:05 +01:00
parent d3924a4bbf
commit 2d0ccb4f8e
12 changed files with 12 additions and 12 deletions

View File

@ -40,7 +40,7 @@ usage() {
Usage: $Script [OPTIONS] <directory> <filename> <keyword>
options:
-count | -c prefix lines by the number of occurrences
-help | -h help
-help | -h print the usage
Searches the <directory> for files named <filename> and extracts entries with
<keyword>. Sorts result into a list of unique entries (removing repeats).