Update module.args.ts
This commit is contained in:
parent
6c10aa1719
commit
31c2e6eb26
1 changed files with 2 additions and 2 deletions
|
|
@ -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