mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Fix a typo in the usage summary
This commit is contained in:
parent
366fb98b10
commit
25ed64221a
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user