mirror of
https://github.com/golang/go
synced 2024-11-11 17:51:49 -07:00
lib/time: use consistent directory in mkzip usage message
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
This commit is contained in:
parent
0784fd1b2f
commit
fe7d6e9490
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user