git: b6d54565c238 - main - share/zoneinfo: fix minor documentation nit
Philip Paeps
philip at FreeBSD.org
Wed Dec 30 13:24:31 UTC 2020
The branch main has been updated by philip:
URL: https://cgit.FreeBSD.org/src/commit/?id=b6d54565c238399b6e90b21d5bb9f08d5dc91960
commit b6d54565c238399b6e90b21d5bb9f08d5dc91960
Author: Philip Paeps <philip at FreeBSD.org>
AuthorDate: 2020-12-30 13:23:17 +0000
Commit: Philip Paeps <philip at FreeBSD.org>
CommitDate: 2020-12-30 13:23:17 +0000
share/zoneinfo: fix minor documentation nit
The `git tag` command wants a tag name.
---
share/zoneinfo/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/zoneinfo/Makefile b/share/zoneinfo/Makefile
index 3cbca07c1b94..de354f885674 100644
--- a/share/zoneinfo/Makefile
+++ b/share/zoneinfo/Makefile
@@ -12,7 +12,7 @@
# (check with "git status" and "git diff" if it all makes sense)
# $ git add -A
# $ git commit -m "Import tzdata 20XXX"
-# $ git tag -a -m "Tag import of tzdata 20XXX"
+# $ git tag -a -m "Tag import of tzdata 20XXX" vendor/tzdata/tzdata20XXX
# $ git push --follow-tags freebsd vendor/tzdata
# $ popd
#
More information about the dev-commits-src-main
mailing list