From 3f20527faadcfcdb0ce20b1a9dc54cfea8137282 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 26 Sep 2019 03:23:54 +1000 Subject: More documentation. Briefly describe the tests. Document the options. Theory of operation. --help now says to read the README.md. --- mirror-checker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mirror-checker.lua') 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 local option = "" for i, a in pairs(args) do if ("--help" == a) or ("-h" == a) then - print("I should write some docs, huh?") + print("I should write some docs, huh? Read README.md for instructions.") elseif "--version" == a then print("mirror-checker-lua version 0.1 WIP development version") elseif "-v" == a then -- cgit v1.1