From eba18a359ec7fea69ce6a5486eb0ec50f549fbce Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 29 Aug 2007 12:23:48 +0000 Subject: improved scalatest help message (cont'd) --- test/scalatest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scalatest') diff --git a/test/scalatest b/test/scalatest index b3c5a2433e..9510b08409 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]... [FILE]..." + echo "Usage: `basename $0` [OPTION]... [FILE]..." } # Prints the scalatest help. -- cgit v1.2.3