Update usage message

This commit is contained in:
Michael Kerrisk 2014-08-21 16:47:28 -05:00
parent 9bcc9e428c
commit d62018316a
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ done
shift $(( $OPTIND - 1 ))
if test $# -eq 0; then
echo "Usage: $0 [-a] pathname" 1>&2
echo "Usage: $0 [-a] pathname..." 1>&2
exit 1;
fi