diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2015-03-25 15:44:59 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2015-03-25 15:44:59 +1300 |
commit | 50092a8ee0746989b84c49268951939fa3fb627b (patch) | |
tree | 6ae4a22b718f77c5f32cd060617d07908906f12a | |
parent | Always show full path in output (diff) | |
download | mgrep-50092a8ee0746989b84c49268951939fa3fb627b.tar.gz mgrep-50092a8ee0746989b84c49268951939fa3fb627b.zip |
Left a double-arg printf in here
-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 |