mirror of
https://github.com/golang/go.git
synced 2025-10-19 11:03:18 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue