From f34c9259c1bdb19bc9d4aade98ddbd884ade9461 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 29 Dec 2019 17:29:54 +1000 Subject: Write some options help. --- apt-panopticommon.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apt-panopticommon.lua') diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 8a18c4b..16ed737 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua @@ -42,19 +42,19 @@ APT.options = referenceSite = { typ = "string", - help = "", + help = "The mirror that is used as a reference, coz the oters sync to it.", value = "pkgmaster.devuan.org", }, roundRobin = { typ = "string", - help = "", + help = "The round robin DNS name.", value = "deb.devuan.org", }, tests = { typ = "table", - help = "", + help = "A list of the tests, see the documentation for details.", value = { "IPv4", @@ -103,7 +103,7 @@ APT.options = reports = { typ = "table", - help = "", + help = "A list of the reports generated.", value = { "RRD", -- RRD has to be before web, coz web creates a graph from the RRD data. -- cgit v1.1