From a1e12d91a1ef9d21ba5d0cedaf4c95093ba2a9ed Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Tue, 26 Sep 2023 02:26:03 -0400 Subject: [PATCH] Typo in --fetcher details --- run-source.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-source.ts b/run-source.ts index e2a25be..f7872af 100644 --- a/run-source.ts +++ b/run-source.ts @@ -268,7 +268,7 @@ async function runQuestions() { async function runCommandLine() { program - .option('-f, --fetcher ', 'Fetcher to use. Either \'native\' \'node-fetch\'', 'node-fetch') + .option('-f, --fetcher ', 'Fetcher to use. Either \'native\' or \'node-fetch\'', 'node-fetch') .option('-sid, --source-id ', 'ID for the source to use. Either an embed or provider', '') .option('-tid, --tmdb-id ', 'TMDB ID for the media to scrape. Only used if source is a provider', '') .option('-t, --type ', 'Media type. Either \'movie\' or \'show\'. Only used if source is a provider', 'movie')