Skip to content

Commit

Permalink
Merge pull request #38 from iineva/v2
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
iineva authored May 24, 2021
2 parents 6488084 + d8ad7c1 commit 8060cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ipasd/ipasd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8060cf4

Please sign in to comment.