Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iineva committed May 24, 2021
1 parent bc26200 commit d8ad7c1
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 d8ad7c1

Please sign in to comment.