mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Update usage(), make sure srcdir is really empty.
llvm-svn: 271396
This commit is contained in:
parent
c1ef71aea6
commit
2e0488e88b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user