Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-10 06:13:47 +0400
committerJunio C Hamano <junkio@cox.net>2005-10-10 06:13:47 +0400
commitfb8024b414b417d85ce215eba3dd23c188500c15 (patch)
tree5c92dafe72d7e63e1400e85964c549648747b30e /git-tag.sh
parent9fabdedc0edd4ff150197a53cc3032e7bf27c4d4 (diff)
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 76c1bcd8c9..400bdb9843 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
}