summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-12-29 15:15:44 +0100
committerwm4 <wm4@nowhere>2014-12-29 15:15:44 +0100
commit99de00a0ded4f751f79e6c138d85df6244c71ee6 (patch)
treeb6159be7d8658346e5c11bb568f30c845d75d6fe
parent9c96e5bf36600582c972523f8aade926c4f44be8 (diff)
downloadmpv-build-99de00a0ded4f751f79e6c138d85df6244c71ee6.tar.bz2
mpv-build-99de00a0ded4f751f79e6c138d85df6244c71ee6.tar.xz
Mention ./update when switching branches
./rebuild calls ./update, but ./update alone also works.
-rwxr-xr-xscripts/switch-branch1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/switch-branch b/scripts/switch-branch
index 3890334..a5ba803 100755
--- a/scripts/switch-branch
+++ b/scripts/switch-branch
@@ -14,4 +14,5 @@ echo "$BRANCH" > config/"$FILENAME"
scripts/"$1"-clean
+echo "Run ./update to actually update the sources based on the new selection."
echo "Run ./rebuild to update the source and to compile the selected branch."