Skip to content

Commit cd6139e

Browse files
committed
change readme
1 parent 4626618 commit cd6139e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ bin/delayqueue -help
4545
-config.file string
4646
config file (default "../../config/config.yaml")
4747
-config.type string
48-
config type
48+
config type: yaml, json
4949
-env string
5050
delay queue env: debug, release (default "release")
5151
-version

README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bin/delayqueue -help
4242
-config.file string
4343
config file (default "../../config/config.yaml")
4444
-config.type string
45-
config type
45+
config type: yaml, json
4646
-env string
4747
delay queue env: debug, release (default "release")
4848
-version

cmd/delayqueue/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
var (
2626
// configuration and environment
2727
configFile = flag.String("config.file", "../../config/config.yaml", "config file")
28-
configType = flag.String("config.type", "", "config type")
28+
configType = flag.String("config.type", "", "config type: yaml, json")
2929
env = flag.String("env", "release", "delay queue env: debug, release")
3030
version = flag.Bool("version", false, "display build info")
3131

0 commit comments

Comments
 (0)