Code

Revert "tutorial: update the initial commit example."
[git.git] / git-tag.sh
index 76c1bcd8c9b5a42d4dedab2f3ea7261d91427538..400bdb9843c4ea19d17b2450f1efd16ba93b0fb8 100755 (executable)
@@ -4,7 +4,7 @@
 . git-sh-setup || die "Not a git archive"
 
 usage () {
-    echo >&2 "Usage: git-tag [-a | -s] [-f] [-m "tag message"] tagname"
+    echo >&2 "Usage: git-tag [-a | -s] [-f] [-m "tag message"] tagname [head]"
     exit 1
 }