Update module.args.ts

This commit is contained in:
metaljerk 2022-10-11 16:00:03 -05:00 committed by GitHub
parent 6c10aa1719
commit 31c2e6eb26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
};
};