diff options
| author | Horus3 | 2014-05-04 23:44:00 +0200 |
|---|---|---|
| committer | Horus3 | 2014-05-04 23:44:00 +0200 |
| commit | 15a5425855aecf57a596372f006f4a8412701e54 (patch) | |
| tree | 6ae9d89db3f96536ca86bb72696272fec15b1d14 | |
| parent | 5cc26b20de7b64faf010f389f297777a365f557b (diff) | |
| download | dotfiles-15a5425855aecf57a596372f006f4a8412701e54.tar.gz | |
Fixed typo in usage() func.
| -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 } |
