rename connectionToken to connection-token

This commit is contained in:
Filip Troníček
2021-11-07 15:16:56 +00:00
parent 66b1668b66
commit 8535fa1836
3 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ if (ENABLE_SYNC) {
}
// Connection Token
serverArgs.push('--connectionToken', '00000');
serverArgs.push('--connection-token', '00000');
// Server should really only listen from localhost
serverArgs.push('--host', '127.0.0.1');