diff --git a/scripts/get_version.sh b/scripts/get_version.sh index 3df2b4c40..180ff3cd6 100755 --- a/scripts/get_version.sh +++ b/scripts/get_version.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #------------------------------------------------------------------------------ -# Bash script to execute the Solidity tests. +# Prints version of the Solidity compiler that the source code corresponds to. # # The documentation for solidity is hosted at: # diff --git a/scripts/test_emscripten.sh b/scripts/test_emscripten.sh index 13eeeebde..980cee196 100755 --- a/scripts/test_emscripten.sh +++ b/scripts/test_emscripten.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #------------------------------------------------------------------------------ -# Bash script to execute the Solidity tests. +# Bash script to execute the Solidity tests using the emscripten binary. # # The documentation for solidity is hosted at: #