aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-03-25 15:44:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-03-25 15:44:59 +1300
commit50092a8ee0746989b84c49268951939fa3fb627b (patch)
tree6ae4a22b718f77c5f32cd060617d07908906f12a
parentAlways show full path in output (diff)
downloadmgrep-50092a8ee0746989b84c49268951939fa3fb627b.tar.gz
mgrep-50092a8ee0746989b84c49268951939fa3fb627b.zip
Left a double-arg printf in here
-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