summaryrefslogtreecommitdiff
path: root/test/scalatest
diff options
context:
space:
mode:
Diffstat (limited to 'test/scalatest')
-rwxr-xr-xtest/scalatest4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/scalatest b/test/scalatest
index a5b61273c4..b3c5a2433e 100755
--- a/test/scalatest
+++ b/test/scalatest
@@ -151,7 +151,7 @@ get_ext_classpath() {
# Prints the scalatest usage.
test_print_usage() {
[ $# = 0 ] || abort "internal error";
- echo "Usage: $0 [OPTION]..."
+ echo "Usage: $0 [OPTION]... [FILE]..."
}
# Prints the scalatest help.
@@ -184,6 +184,8 @@ test_print_help() {
echo "--objdir=<dir> specify where to place generated files";
echo "--help, -? display this help and exit";
echo "--version output version information and exit";
+ echo "";
+ echo "Report bugs to <scala@listes.epfl.ch>";
}
# Prints the scalatest version.