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 /Documentation | |
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 'Documentation')
-rw-r--r-- | Documentation/git-tag.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 1e0d4f5f46..e11f51c266 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -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 ----------- |