From 7622601a77977140108fdf60aba566d79343205b Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 27 Nov 2022 00:01:28 +0000 Subject: [PATCH] forgot to actually enable the new landing page --- copyparty/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/__main__.py b/copyparty/__main__.py index bd53ef60..0568d846 100755 --- a/copyparty/__main__.py +++ b/copyparty/__main__.py @@ -692,7 +692,7 @@ def run_argparse( ap2.add_argument("--zs-on", metavar="NICS/NETS", type=u, default="", help="enable zeroconf ONLY on the comma-separated list of subnets and/or interface names") ap2.add_argument("--zs-off", metavar="NICS/NETS", type=u, default="", help="disable zeroconf on the comma-separated list of subnets and/or interface names") ap2.add_argument("--zsv", action="store_true", help="verbose SSDP") - ap2.add_argument("--zsl", metavar="PATH", type=u, default="", help="location to include in the url (or a complete external URL), for example [\033[32mpriv/?pw=hunter2\033[0m] or [\033[32mpriv/?pw=hunter2\033[0m]") + ap2.add_argument("--zsl", metavar="PATH", type=u, default="/?hc", help="location to include in the url (or a complete external URL), for example [\033[32mpriv/?pw=hunter2\033[0m] or [\033[32mpriv/?pw=hunter2\033[0m]") ap2.add_argument("--zsid", metavar="UUID", type=u, default=uuid.uuid4().urn[4:], help="USN (device identifier) to announce") ap2 = ap.add_argument_group('FTP options')