git-tag: Clarified how to create annotation

waldyrious/alt-syntax
Ruben Vereecken 2016-01-13 12:32:49 +01:00
parent 9676334119
commit 10ead941f7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
`git tag {{tag_name}}`
- Create a tag with the given message:
- Create an annotated tag with the given message:
`git tag {{tag_name}} -m {{tag_message}}`