Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
fix typo (#16)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
indes authored Oct 29, 2019
2 parents 7fad674 + 4997210 commit f5e9280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ make build

```yml
bot_token: XXX
#多个stelegraph_token可采用数组格式
#多个telegraph_token可采用数组格式
# telegraph_token:
# - token_1
# - token_2
Expand Down
2 changes: 1 addition & 1 deletion config/autoload.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func init() {
fmt.Println(logo)
telegramTokenCli := flag.String("b", "", "Telegram Bot Token")
telegraphTokenCli := flag.String("t", "", "Telegraph API Token")
dbPathCli := flag.String("dbpath", "", "Telegraph API Token")
dbPathCli := flag.String("dbpath", "", "Database Path")
errorThresholdCli := flag.Int("threshold", 0, "Error Threshold")
socks5Cli := flag.String("s", "", "Socks5 Proxy")
intervalCli := flag.Int("i", 0, "Update Interval")
Expand Down

0 comments on commit f5e9280

Please sign in to comment.