summaryrefslogtreecommitdiff
path: root/git-tag.sh
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-10 02:13:47 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-10-10 02:13:47 (GMT)
commitfb8024b414b417d85ce215eba3dd23c188500c15 (patch)
tree5c92dafe72d7e63e1400e85964c549648747b30e /git-tag.sh
parent9fabdedc0edd4ff150197a53cc3032e7bf27c4d4 (diff)
downloadgit-fb8024b414b417d85ce215eba3dd23c188500c15.zip
git-fb8024b414b417d85ce215eba3dd23c188500c15.tar.gz
git-fb8024b414b417d85ce215eba3dd23c188500c15.tar.bz2
git-tag: update usage string and documentation.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-tag.sh')
-rwxr-xr-xgit-tag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-tag.sh b/git-tag.sh
index 76c1bcd..400bdb9 100755
--- a/git-tag.sh
+++ b/git-tag.sh
@@ -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
}