From d55da268513f7878631f52cdfdded1b4ec54f11e Mon Sep 17 00:00:00 2001 From: Ted Spare Date: Tue, 5 Mar 2024 17:23:07 -0500 Subject: [PATCH] Fix typos in subdomain example --- bin/server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/server b/bin/server index a6bba9d8..7454f8e5 100755 --- a/bin/server +++ b/bin/server @@ -25,7 +25,7 @@ const argv = optimist describe: 'IP address to bind to' }) .options('domain', { - describe: 'Specify the base domain name. This is optional if hosting localtunnel from a regular example.com domain. This is required if hosting a localtunnel server from a subdomain (i.e. lt.example.dom where clients will be client-app.lt.example.come)', + describe: 'Specify the base domain name. This is optional if hosting localtunnel from a regular example.com domain. This is required if hosting a localtunnel server from a subdomain (i.e. lt.example.com where clients will be client-app.lt.example.com)', }) .options('max-sockets', { default: 10,