docs: fix doc on search command

This commit is contained in:
Benex254
2024-08-13 20:22:51 +03:00
parent d178eb976e
commit f738069794

View File

@@ -310,15 +310,15 @@ Powerful command mainly aimed at binging anime. Since it doesn't require interac
**Syntax:**
```bash
# basic form where you will still be promted for the episode number
# basic form where you will still be prompted for the episode number
fastanime search <anime-title>
# binge all episodes with this command
fastanime search <anime-title> -
fastanime search <anime-title> -r -
# binge a specific episode range with this command
# be sure to observe the range Syntax
fastanime search <anime-title> <episodes-start>-<episodes-end>
fastanime search <anime-title> -r <episodes-start>-<episodes-end>
```
#### downloads subcommand