diff --git a/tools/core_connectivity/check_style.sh b/tools/core_connectivity/check_style.sh index 29614e0d6..c1875907d 100755 --- a/tools/core_connectivity/check_style.sh +++ b/tools/core_connectivity/check_style.sh @@ -3,12 +3,8 @@ SELFNAME=$0 -function getAbsolutePath() { - readlink -e $1 -} - function printUsage() { - echo " $SELFNAME check coding style for HEAD in this git" + echo " $SELFNAME check coding style for HEAD in this git repository" echo " $SELFNAME -h show this message" }