mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-12 00:35:56 -04:00
Added missing newline to cp usage.
This commit is contained in:
parent
94ae4e43a5
commit
4d0db0955d
@ -9,7 +9,7 @@ if #args < 2 then
|
||||
io.write(" -r: copy directories recursively.\n")
|
||||
io.write(" -u: copy only when the SOURCE file differs from the destination\n")
|
||||
io.write(" file or when the destination file is missing.\n")
|
||||
io.write(" -v: verbose output.")
|
||||
io.write(" -v: verbose output.\n")
|
||||
io.write(" -x: stay on original source file system.")
|
||||
return
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user