aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit-checkout-branch4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-checkout-branch b/git-checkout-branch
index e832086..f9516d4 100755
--- a/git-checkout-branch
+++ b/git-checkout-branch
@@ -1,7 +1,7 @@
#!/bin/bash
#
-# Checkout a branch in a submodule whose latest commit is the given branch and
-# checkout to that branch.
+# Checkout a branch in a submodule whose latest commit matches the commit id
+# recorded in the parent repository submodule config.
#
# Intended to run only in development environments. In production, always use
# "git submodule update" only.