Skip to content

Commit

Permalink
git-tag: update usage string and documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Oct 10, 2005
1 parent 9fabded commit fb8024b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Documentation/git-tag.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
git-tag(1)
==========
v0.99.4, Aug 2005

NAME
----
git-tag - Create a tag object signed with GPG



SYNOPSIS
--------
'git-tag' [-s | -a] [-f] <name>
'git-tag' [-a | -s] [-f] [-m <msg>] <name> [<head>]

DESCRIPTION
-----------
Expand Down
2 changes: 1 addition & 1 deletion git-tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit fb8024b

Please sign in to comment.