aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mirror-checker.lua
diff options
context:
space:
mode:
authoronefang2019-09-26 03:23:54 +1000
committeronefang2019-09-26 03:23:54 +1000
commit3f20527faadcfcdb0ce20b1a9dc54cfea8137282 (patch)
treee7057c03314e0145768bf11f3e897ab210801f4f /mirror-checker.lua
parentWhitespace fix. (diff)
downloadapt-panopticon-3f20527faadcfcdb0ce20b1a9dc54cfea8137282.zip
apt-panopticon-3f20527faadcfcdb0ce20b1a9dc54cfea8137282.tar.gz
apt-panopticon-3f20527faadcfcdb0ce20b1a9dc54cfea8137282.tar.bz2
apt-panopticon-3f20527faadcfcdb0ce20b1a9dc54cfea8137282.tar.xz
More documentation.
Briefly describe the tests. Document the options. Theory of operation. --help now says to read the README.md.
Diffstat (limited to '')
-rwxr-xr-xmirror-checker.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirror-checker.lua b/mirror-checker.lua
index 6675a49..b2d1cc7 100755
--- a/mirror-checker.lua
+++ b/mirror-checker.lua
@@ -411,7 +411,7 @@ if 0 ~= #args then
411 local option = "" 411 local option = ""
412 for i, a in pairs(args) do 412 for i, a in pairs(args) do
413 if ("--help" == a) or ("-h" == a) then 413 if ("--help" == a) or ("-h" == a) then
414 print("I should write some docs, huh?") 414 print("I should write some docs, huh? Read README.md for instructions.")
415 elseif "--version" == a then 415 elseif "--version" == a then
416 print("mirror-checker-lua version 0.1 WIP development version") 416 print("mirror-checker-lua version 0.1 WIP development version")
417 elseif "-v" == a then 417 elseif "-v" == a then