commit
8956926ea0
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue