Address comments from #725016

Test: ran this
Change-Id: Iedda798519297499a1d6d28e4aac2199456e9e92
This commit is contained in:
Chalard Jean
2018-10-16 18:53:57 +09:00
parent 735170647e
commit 1ecd3f6236

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