Skip to content

Commit fb8024b

Browse files
author
Junio C Hamano
committed
git-tag: update usage string and documentation.
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 9fabded commit fb8024b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Documentation/git-tag.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
git-tag(1)
22
==========
3-
v0.99.4, Aug 2005
43

54
NAME
65
----
76
git-tag - Create a tag object signed with GPG
87

98

10-
119
SYNOPSIS
1210
--------
13-
'git-tag' [-s | -a] [-f] <name>
11+
'git-tag' [-a | -s] [-f] [-m <msg>] <name> [<head>]
1412

1513
DESCRIPTION
1614
-----------

git-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
. git-sh-setup || die "Not a git archive"
55

66
usage () {
7-
echo >&2 "Usage: git-tag [-a | -s] [-f] [-m "tag message"] tagname"
7+
echo >&2 "Usage: git-tag [-a | -s] [-f] [-m "tag message"] tagname [head]"
88
exit 1
99
}
1010

0 commit comments

Comments
 (0)