From d8ad7c1862ca1abaecce15115903d12cd6c1776d Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 24 May 2021 16:51:32 +0800 Subject: [PATCH] fix typo --- cmd/ipasd/ipasd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ipasd/ipasd.go b/cmd/ipasd/ipasd.go index ad9b415..ee0e0e9 100644 --- a/cmd/ipasd/ipasd.go +++ b/cmd/ipasd/ipasd.go @@ -36,7 +36,7 @@ func main() { debug := flag.Bool("d", false, "enable debug logging") storageDir := flag.String("dir", "upload", "upload data storage dir") publicURL := flag.String("public-url", "", "server public url") - metadataPath := flag.String("mata-path", "appList.json", "metadata storage path, use random secret path to keep your metadata safer") + metadataPath := flag.String("meta-path", "appList.json", "metadata storage path, use random secret path to keep your metadata safer") qiniuConfig := flag.String("qiniu", "", "qiniu config AK:SK:[ZONE]:BUCKET") qiniuURL := flag.String("qiniu-url", "", "qiniu public url, https://cdn.example.com") flag.Usage = usage