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')