Index: man/src/git-drover.demo.1.sh |
diff --git a/man/src/git-drover.demo.1.sh b/man/src/git-drover.demo.1.sh |
index 84876c49aeb6d39fd77395f377bf538723158f78..29a8cb043f820cfe14e5ed47984bba6c2bc73b13 100755 |
--- a/man/src/git-drover.demo.1.sh |
+++ b/man/src/git-drover.demo.1.sh |
@@ -6,7 +6,7 @@ drover_c "This change needs to go to branch 9999" |
echo "# Make sure we have the most up-to-date branch sources." |
run git fetch |
echo |
-echo "# Here's the commit we want to 'drover'." |
+echo "# Here's a commit (from some.committer) that we want to 'drover'." |
run git log -n 1 --pretty=fuller |
echo |
echo "# Checkout the branch we want to 'drover' to." |
@@ -16,8 +16,8 @@ echo "# Now do the 'drover'." |
echo "# IMPORTANT!!! Do Not leave off the '-x' flag" |
run git cherry-pick -x $(git show-ref -s pick_commit) |
echo |
-echo "# That took the code authored by some.commiter and commited it to the" |
-echo "# branch by branch.maintainer (us)." |
+echo "# That took the code authored by some.committer and committed it to" |
+echo "# the branch by the person who drovered it (i.e. you)." |
run git log -n 1 --pretty=fuller |
echo |
echo "# Looks good. Ship it!" |