Merge pull request #246 from bananagram/patch-1

Fix a typo in the wget usage summary.
This commit is contained in:
Florian Nücke 2014-05-05 12:53:40 +02:00
commit 6d8e5dd841

View File

@ -14,7 +14,7 @@ local args, options = shell.parse(...)
if #args < 1 then
io.write("Usage: wget [-fq] url <filename>\n")
io.write(" -f: Force overwriting existing files.\n")
io.write(" -q: Quit mode - no status messages.")
io.write(" -q: Quiet mode - no status messages.")
return
end