Added missing newline to cp usage.

This commit is contained in:
Florian Nücke 2015-05-30 11:44:20 +02:00
parent 94ae4e43a5
commit 4d0db0955d

View File

@ -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