fixed dumb mistake

8d0261bab3df573dbf0f3532b69c543040156574

BPplays <andymalbp@gmail.com>

1 files changed, +4 -4Ignore whitespace
server.js+4 -4
@@ -150,12 +150,12 @@ const DEFAULT_PROXY_BYPASS = [];
150150
151const cliArguments = yargs(hideBin(process.argv))151const cliArguments = yargs(hideBin(process.argv))
152 .usage('Usage: <your-start-script> <command> [options]')152 .usage('Usage: <your-start-script> <command> [options]')
153 .option('string', {153 .option('enableIPv6', {
154 type: 'boolean',154 type: 'string',
155 default: null,155 default: null,
156 describe: `Enables IPv6.\n[config default: ${DEFAULT_ENABLE_IPV6}]`,156 describe: `Enables IPv6.\n[config default: ${DEFAULT_ENABLE_IPV6}]`,
157 }).option('string', {157 }).option('enableIPv4', {
158 type: 'boolean',158 type: 'string',
159 default: null,159 default: null,
160 describe: `Enables IPv4.\n[config default: ${DEFAULT_ENABLE_IPV4}]`,160 describe: `Enables IPv4.\n[config default: ${DEFAULT_ENABLE_IPV4}]`,
161 }).option('port', {161 }).option('port', {