From 31c2e6eb2682178a4857915f50977bd101abe50d Mon Sep 17 00:00:00 2001 From: metaljerk Date: Tue, 11 Oct 2022 16:00:03 -0500 Subject: [PATCH 1/2] Update module.args.ts --- modules/module.args.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/module.args.ts b/modules/module.args.ts index 94b1351..15e5db2 100644 --- a/modules/module.args.ts +++ b/modules/module.args.ts @@ -162,7 +162,7 @@ const args: TAppArg[] = [ service: 'both', type: 'string', usage: '${selection}', - alias: 'epsisode' + alias: 'episode' }, { name: 'q', @@ -749,4 +749,4 @@ export { args, groups, availableFilenameVars -}; \ No newline at end of file +}; -- 2.45.2 From 3b7cff85cfb013d99ac9c0ee74c66fb19eec8d3b Mon Sep 17 00:00:00 2001 From: metaljerk Date: Tue, 11 Oct 2022 16:00:58 -0500 Subject: [PATCH 2/2] Update DOCUMENTATION.md --- docs/DOCUMENTATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DOCUMENTATION.md b/docs/DOCUMENTATION.md index 43d1f0f..5ec3ddb 100644 --- a/docs/DOCUMENTATION.md +++ b/docs/DOCUMENTATION.md @@ -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 \ No newline at end of file +Show the help output -- 2.45.2