summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-08-29 12:16:23 +0000
committermichelou <michelou@epfl.ch>2007-08-29 12:16:23 +0000
commit0fd37e790aace3659da1bbd05a25aac857411258 (patch)
treeaf9ac23bef5e4af449f10d9fbe4165d71ce78fad /test
parent71b3f784a3671b643b5c4e4aef775879abd0f571 (diff)
downloadscala-0fd37e790aace3659da1bbd05a25aac857411258.tar.gz
scala-0fd37e790aace3659da1bbd05a25aac857411258.tar.bz2
scala-0fd37e790aace3659da1bbd05a25aac857411258.zip
improved scalatest help message
Diffstat (limited to 'test')
-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.