summaryrefslogtreecommitdiff
path: root/scripts/collect-coverage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/collect-coverage.sh')
-rwxr-xr-xscripts/collect-coverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/collect-coverage.sh b/scripts/collect-coverage.sh
index 35a9b8cd5a..efc93769f2 100755
--- a/scripts/collect-coverage.sh
+++ b/scripts/collect-coverage.sh
@@ -15,7 +15,7 @@ function usage() {
if [ `uname -s` = 'Linux' ]; then
echo "On Debian-based distros, you can install them via 'apt-get install lcov'"
elif [ `uname -s` = 'Darwin' ]; then
- echo "On OS X, you can install them via 'brew install lcov'"
+ echo "On macOS, you can install them via 'brew install lcov'"
fi
exit 1
}