server-cli: typo in compatibility message

This commit is contained in:
Martin Aeschlimann
2022-01-21 17:21:00 +01:00
parent ef4549b141
commit 3bae6d9ca2

View File

@@ -38,7 +38,7 @@ async function start() {
if (parsedArgs['compatibility'] === '1.63') {
console.warn(`server.sh is being replaced by 'bin/${product.serverApplicationName}'. Please migrate to the new command and adopt the following new default behaviors:`);
console.warn('* connection token is mandatody unless --without-connection-token is used');
console.warn('* connection token is mandatory unless --without-connection-token is used');
console.warn('* host defaults to `localhost`');
}