aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mirror-checker.lua
diff options
context:
space:
mode:
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