diff options
| -rwxr-xr-x | bin/duplicate_size.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |
