Fix a typo in the usage summary

This commit is contained in:
bananagram 2014-05-04 19:03:39 -05:00
parent 366fb98b10
commit 25ed64221a

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