summaryrefslogtreecommitdiff
path: root/sources/bin/.scala_wrapper.tmpl
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-08-14 13:39:47 +0000
committerpaltherr <paltherr@epfl.ch>2003-08-14 13:39:47 +0000
commit417db2c8956da7d2108845d1cb5819c7e1543bf4 (patch)
tree2a7236bdcb48f097cb9e99315ef861b6236575b8 /sources/bin/.scala_wrapper.tmpl
parent72e4181a21351e5ea7e3eb1e82d766c096a285f2 (diff)
downloadscala-417db2c8956da7d2108845d1cb5819c7e1543bf4.tar.gz
scala-417db2c8956da7d2108845d1cb5819c7e1543bf4.tar.bz2
scala-417db2c8956da7d2108845d1cb5819c7e1543bf4.zip
- Fixed typo
Diffstat (limited to 'sources/bin/.scala_wrapper.tmpl')
-rw-r--r--sources/bin/.scala_wrapper.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/bin/.scala_wrapper.tmpl b/sources/bin/.scala_wrapper.tmpl
index d33ef89c80..574d0296e2 100644
--- a/sources/bin/.scala_wrapper.tmpl
+++ b/sources/bin/.scala_wrapper.tmpl
@@ -376,7 +376,7 @@ scala_info_option_x_variable() {
JAVA_EXEC ) variable=$2;;
JAVA_ARGS ) variable=$2;;
EXEC ) variable=$2;;
- * ) abort "Unknown variable \`$1'";;
+ * ) abort "Unknown variable \`$2'";;
esac;
scala_info_print_variable_$1 $variable;
}
@@ -391,8 +391,8 @@ scala_info_option_help() {
echo " -? --help Print this help message";
echo "";
echo "valid variables include:";
- echo " SCALA_CLASSPATH Default classpath";
- echo " SCALA_BOOTCLASSPATH Default bootclasspath";
+ echo " CLASSPATH Default classpath";
+ echo " BOOTCLASSPATH Default bootclasspath";
echo " RUNTIME_SOURCES Location of the Scala library sources";
echo " RUNTIME_CLASSES Location of the Scala library and tools";
echo " DTD2SCALA_CLASSES Location of the dtd2scala tool";