From fc5fea337e141e2fc8dd3f16a7c36013326136f2 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 11 Mar 2012 11:41:43 -0400 Subject: [PATCH] doc added --- scripts/files/checker_report.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/files/checker_report.sh b/scripts/files/checker_report.sh index ce0bb6bd..759b8d38 100755 --- a/scripts/files/checker_report.sh +++ b/scripts/files/checker_report.sh @@ -11,6 +11,7 @@ outfile="$1"; shift # optional parm. if [ -z "$dirname" ]; then echo "This script requires one directory on which to make a checker report." + echo "Additionally, you can specify an output file as the second parameter." exit 1 fi -- 2.34.1