diff --git a/bin/helios-master b/bin/helios-master index f921f51a6..2a4af9afa 100755 --- a/bin/helios-master +++ b/bin/helios-master @@ -35,7 +35,7 @@ if [ $JMXPORT ]; then fi # Allow the path to the java installation to be specified in the JAVA environment variable. -# This can be useful if you want to run helios-agent using a different version of Java than the +# This can be useful if you want to run helios-master using a different version of Java than the # default version on the host (possibly set up through update-alternatives) if [ -z $JAVA ]; then JAVA=java