Skip to content

Commit

Permalink
chore: readme typo fiex and flag options for download
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMysterius authored Aug 28, 2024
1 parent f400f97 commit ba18a5f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mangasee-dl search One Piece
- 1997 One Piece - Digital Colored Comics #1004 [ One-Piece-Digital-Colored-Comics ]
```

**The Boxed in Name (`[One-Piece]`) that is the Index Name used by other commands like the donwload command.**
**The Boxed in Name (`[One-Piece]`) that is the Index Name used by other commands like the download command.**

Possible Flags:

Expand All @@ -62,3 +62,9 @@ Basic Usage:
```bash
mangasee-dl download <manga-index-name> [flags]
```

| Flag / Argument | Description | Default
|-|-|-|
| -c / --compress | Disables compression of the individual chapters - do this if you don't want to install 7z | -
| -s / --start | To manual set the chapter it should start downloading from. (It has an automatic download progress tracking build in look in output folder for a json file) | -
| -e / --end | To manual set the chapter it should end downloading at. (It has an automatic download progress tracking build in look in output folder for a json file) | -

0 comments on commit ba18a5f

Please sign in to comment.