]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Update usage message
authorMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 21 Aug 2014 21:47:28 +0000 (16:47 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Thu, 21 Aug 2014 21:47:28 +0000 (16:47 -0500)
scripts/FIXME_list.sh

index 81494d62df989352611284277fbffbadf07061b4..f7acc988030a865e3372f77e7a9da1d57cfcde04 100644 (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