소스 검색

clarify branch name in update script

B. Petersen 2 년 전
부모
커밋
ad22d75841
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      scripts/update-core.sh

+ 1 - 1
scripts/update-core.sh

@@ -4,7 +4,7 @@ OLD=`git branch --show-current`
 if [ $# -eq 0 ]; then
     echo "updates deltachat-core-rust submodule to last commit of a branch."
     echo "usage: ./scripts/update-core.sh BRANCH_NAME"
-    echo "old branch: $OLD"
+    echo "current branch: $OLD"
     exit
 fi
 BRANCH=$1