mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-03 09:49:21 +02:00
clarify branch name in update script
This commit is contained in:
parent
699d97cccc
commit
ae4a725764
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ OLD=`git branch --show-current`
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
echo "updates deltachat-core-rust submodule to last commit of a branch."
|
echo "updates deltachat-core-rust submodule to last commit of a branch."
|
||||||
echo "usage: ./scripts/update-core.sh BRANCH_NAME"
|
echo "usage: ./scripts/update-core.sh BRANCH_NAME"
|
||||||
echo "old branch: $OLD"
|
echo "current branch: $OLD"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
BRANCH=$1
|
BRANCH=$1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue