aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmgrep3
1 files changed, 1 insertions, 2 deletions
diff --git a/mgrep b/mgrep
index 8469408..a0f9419 100755
--- a/mgrep
+++ b/mgrep
@@ -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