1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Update usage(), make sure srcdir is really empty.

llvm-svn: 271396
This commit is contained in:
Joerg Sonnenberger 2016-06-01 14:16:00 +00:00
parent c1ef71aea6
commit 2e0488e88b

View File

@ -17,12 +17,14 @@ set -e
rev=""
proj=""
revert="no"
srcdir=""
usage() {
echo "usage: `basename $0` [OPTIONS]"
echo " -proj PROJECT The project to merge the result into"
echo " -rev NUM The revision to merge into the project"
echo " -revert Revert rather than merge the commit"
echo " -srcdir The root of the project checkout"
}
while [ $# -gt 0 ]; do