diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-08-21 16:47:28 -0500 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-08-21 16:47:28 -0500 |
commit | d62018316a39588f17ce00d3cdf307580e5f7c68 (patch) | |
tree | 9dab92ccdcacd7c34fd8dac110493a7c1b552efd /scripts | |
parent | 9bcc9e428c0c45c15091351a242ae79803803c6d (diff) | |
download | man-pages-d62018316a39588f17ce00d3cdf307580e5f7c68.tar.gz |
Update usage message
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/FIXME_list.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/FIXME_list.sh b/scripts/FIXME_list.sh index 81494d62df..f7acc98803 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 |