Skip to content

Commit

Permalink
adjust flag help
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Mar 12, 2020
1 parent 935bd6d commit ce329dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ttarc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var (
userAgent = flag.String("ua", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36", "user agent")
verbose = flag.Bool("verbose", false, "be verbose")
bestEffort = flag.Bool("b", false, "ignore wget errors, just log them")
logFile = flag.String("log", "", "log to stdout, if empty")
logFile = flag.String("log", "", "log filename, log to stdout, if empty")
showVersion = flag.Bool("version", false, "show version and exit")

Version = "0.1.1"
Expand Down

0 comments on commit ce329dd

Please sign in to comment.