file, not path

This commit is contained in:
Emma Tebibyte 2022-11-12 01:29:09 -05:00
parent 1bdfb798ea
commit 359b6897a7
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ set -e
# check usage
if ! test -n "$1"; then
printf "Usage: %s [path...]\n" "$0" 1>&2
printf "Usage: %s [file...]\n" "$0" 1>&2
exit 64 # sysexits(3) EX_USAGE
fi