From 5ec9cafcd365c1c142cfc40975a3d180a37e5a48 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Mon, 22 Feb 2021 12:52:55 +0800 Subject: [PATCH] u --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 9b08664..8438826 100644 --- a/server.js +++ b/server.js @@ -8,7 +8,7 @@ const Config = require('so.sysconfig')({ ['host', '-H, --host ', 'Host IP or domain name, default to localhost.'], ['port', '-p, --port ', 'HTTP port number.'], - ['from', '-f, --from ', 'Seed list such as \'["http://ip_or_dn:port"]\' or "noseed" to disable seeding.'], + ['from', '-f, --from ', 'Path to serve as website'], ['env', '-e, --env ', 'Runtime environment: production | development.'], ], // 最基础的必须的默认配置,如果用户什么也没有提供