Merge "Address comments from #725016"

This commit is contained in:
Chalard Jean
2018-10-17 02:46:04 +00:00
committed by Gerrit Code Review

View File

@@ -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"
}