1
0
mirror of https://github.com/golang/go synced 2024-07-01 07:56:09 +00:00

lib/time: use consistent directory in mkzip usage message

Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
guoguangwu 2024-03-03 11:47:37 +08:00
parent 0784fd1b2f
commit fe7d6e9490

View File

@ -31,7 +31,7 @@ import (
)
func usage() {
fmt.Fprintf(os.Stderr, "usage: go run mkzip.go ../../zoneinfo.zip\n")
fmt.Fprintf(os.Stderr, "usage: go run mkzip.go zoneinfo.zip\n")
os.Exit(2)
}