Browse Source

Update command usage

renovate/configure
Yota Toyama 8 years ago
parent
commit
62127203fc
  1. 3
      README.md

3
README.md

@ -22,10 +22,11 @@ go get -u github.com/raviqqe/liche
Link checker for Markdown and HTML
Usage:
liche [-c <num-requests>] [-t <timeout>] [-v] <filenames>...
liche [-c <num-requests>] [-r] [-t <timeout>] [-v] <filenames>...
Options:
-c, --concurrency <num-requests> Set max number of concurrent HTTP requests. [default: 32]
-r, --recursive Search Markdown and HTML files recursively
-t, --timeout <timeout> Set timeout for HTTP requests in seconds. Disabled by default.
-v, --verbose Be verbose.
```

Loading…
Cancel
Save