diff options
Diffstat (limited to 'mgrep')
-rwxr-xr-x | mgrep | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -46,8 +46,7 @@ declare -a find_args grep_args # Output describing correct usage usage() { - printf 'Usage: %s [-h|-tN] PATTERN [PATTERN...]\n' \ - "$self" "$self" + printf 'Usage: %s [-h|-tN] PATTERN [PATTERN...]\n' "$self" } # Look for the -t option, which optionally specifies an -mtime argument to |