From 50092a8ee0746989b84c49268951939fa3fb627b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 25 Mar 2015 15:44:59 +1300 Subject: Left a double-arg printf in here --- mgrep | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3