From da6efab054c84bd05349171427557aeb6ee63fd2 Mon Sep 17 00:00:00 2001 From: Ferdi Koomen Date: Wed, 16 Dec 2020 20:12:42 +0100 Subject: [PATCH] - Remove option from client --- bin/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/index.js b/bin/index.js index 8f5ded0d..99605b78 100755 --- a/bin/index.js +++ b/bin/index.js @@ -12,7 +12,7 @@ program .version(pkg.version) .requiredOption('-i, --input ', 'OpenAPI specification, can be a path, url or string content (required)') .requiredOption('-o, --output ', 'Output directory (required)') - .option('-c, --client ', 'HTTP client to generate [fetch, xhr, node, httpntlm]', 'fetch') + .option('-c, --client ', 'HTTP client to generate [fetch, xhr, node]', 'fetch') .option('--useOptions', 'Use options instead of arguments') .option('--useUnionTypes', 'Use union types instead of enums') .option('--exportCore ', 'Write core files to disk', true)