Fix minor typos #401

Merged
metaljerk merged 2 commits from typo-fix into master 2022-11-03 11:53:36 +00:00
2 changed files with 4 additions and 4 deletions

View file

@ -109,7 +109,7 @@ Used to set the season ID to download from
#### `-e`
| **Service** | **Usage** | **Type** | **Required** | **Alias** | **cli-default Entry**
| --- | --- | --- | --- | --- | ---|
| Both | `-e ${selection}` | `string` | `No`| `--epsisode` | `NaN` |
| Both | `-e ${selection}` | `string` | `No`| `--episode` | `NaN` |
Set the episode(s) to download from any given show.
For multiple selection: 1-4 OR 1,2,3,4
@ -379,4 +379,4 @@ If true, the tool won't check for updates
| --- | --- | --- | --- | --- | ---|
| Both | `--help ` | `boolean` | `No`| `-h` | `NaN` |
Show the help output
Show the help output

View file

@ -162,7 +162,7 @@ const args: TAppArg<boolean|number|string|unknown[]>[] = [
service: 'both',
type: 'string',
usage: '${selection}',
alias: 'epsisode'
alias: 'episode'
},
{
name: 'q',
@ -749,4 +749,4 @@ export {
args,
groups,
availableFilenameVars
};
};