From 15a5425855aecf57a596372f006f4a8412701e54 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 4 May 2014 23:44:00 +0200 Subject: Fixed typo in usage() func. --- bin/duplicate_size.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/duplicate_size.sh b/bin/duplicate_size.sh index d211558..7ca2bf1 100755 --- a/bin/duplicate_size.sh +++ b/bin/duplicate_size.sh @@ -2,7 +2,7 @@ function usage() { echo "Used to find the filesize of all duplicates found with duplicate.sh." - echo "Usage: eval \$(double_size.sh)" + echo "Usage: eval \$(duplicate_size.sh)" exit 1 } -- cgit v1.2.3