Skip to content

Commit

Permalink
fixed parameter name error and corrected parameter type error.
Browse files Browse the repository at this point in the history
  • Loading branch information
elvis972602 committed Mar 3, 2023
1 parent ff548f1 commit 328ee30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ download post updated before date
download post updated after date

### Image Filter Option
`--extensionOnly [<ext>]`
`--extension-only [<ext>]`
download post with extension, separate by comma
`--extensionExcept [<ext>]`
`--extension-exclude [<ext>]`
download post without extension, separate by comma
`--max-size string`
download post with size less than max-size (e.g. 1 MB, 1KB, 1.5 gb, etc.)
Expand All @@ -79,8 +79,8 @@ only use index as file name, default false
download timeout in seconds, default 300
`--retry int`
retry times, default 3
`--retry-interval int`
retry interval in seconds, default 10
`--retry-interval number`
retry interval in seconds, default 10. The number can be specified as either an int or float type
`--rate-limit int`
rate limit in request/s, default 2

Expand Down

0 comments on commit 328ee30

Please sign in to comment.