Skip to content

Commit

Permalink
doc: update webflag
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-unc1e committed Jun 26, 2024
1 parent 0d9a605 commit 0ec982b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func main() {
url := flag.String("u", "http://", "s3 URL, such as http://bucket.s3.amazonaws.com/")
output := flag.String("o", "", "output file name")
maxPage := flag.Int("p", 1, "max page")
webFlag := flag.Bool("web", false, "preview via local_web")
webFlag := flag.Bool("web", false, "preview via local_web, such as http://127.0.0.1:30028/static/index.html")
flag.Parse()
// 2nd param
isUseFileOutput := *output != ""
Expand Down

0 comments on commit 0ec982b

Please sign in to comment.