aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mirror-checker.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mirror-checker.lua')
-rwxr-xr-xmirror-checker.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirror-checker.lua b/mirror-checker.lua
index 34b2ec8..cd7cc3d 100755
--- a/mirror-checker.lua
+++ b/mirror-checker.lua
@@ -313,7 +313,7 @@ if 0 ~= #args then
313 if ("--help" == a) or ("-h" == a) then 313 if ("--help" == a) or ("-h" == a) then
314 print("I should write some docs, huh?") 314 print("I should write some docs, huh?")
315 elseif "--version" == a then 315 elseif "--version" == a then
316 print("mirror-checker-lua version 0.1 alpha") 316 print("mirror-checker-lua version 0.1 WIP development version")
317 elseif "-v" == a then 317 elseif "-v" == a then
318 verbosity = verbosity + 1 318 verbosity = verbosity + 1
319 sendArgs = sendArgs .. a .. " " 319 sendArgs = sendArgs .. a .. " "