mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 21:31:41 +00:00
Update usage(), make sure srcdir is really empty.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@271396 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
90828513f4
commit
645eab26ad
@ -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