From d62018316a39588f17ce00d3cdf307580e5f7c68 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 21 Aug 2014 16:47:28 -0500 Subject: [PATCH] Update usage message --- scripts/FIXME_list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/FIXME_list.sh b/scripts/FIXME_list.sh index 81494d62d..f7acc9880 100644 --- a/scripts/FIXME_list.sh +++ b/scripts/FIXME_list.sh @@ -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