Merge pull request #401 from metaljerk/typo-fix

Fix minor typos
This commit is contained in:
AnidlSupport 2022-11-03 12:53:36 +01:00 committed by GitHub
commit 8956926ea0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
};
};