diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-09 19:13:47 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-09 19:13:47 -0700 |
commit | fb8024b414b417d85ce215eba3dd23c188500c15 (patch) | |
tree | 5c92dafe72d7e63e1400e85964c549648747b30e /git-tag.sh | |
parent | ignore new git-diff index header when computing patch ids (diff) | |
download | tgif-fb8024b414b417d85ce215eba3dd23c188500c15.tar.xz |
git-tag: update usage string and documentation.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-tag.sh')
-rwxr-xr-x | git-tag.sh | 2 |
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 } |