From 15fbe8bdf5b5ac32fb094e00036165013120e43f Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Tue, 19 Nov 2013 19:23:06 +0100 Subject: [PATCH] Add doc hint to mv and cp functions Signed-off-by: Tobias Ulmer --- generic/e2lib.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/generic/e2lib.lua b/generic/e2lib.lua index 7d7fbf5..b6b07f5 100644 --- a/generic/e2lib.lua +++ b/generic/e2lib.lua @@ -2054,7 +2054,7 @@ function e2lib.closefrom(fd) return true end ---- call the mv command +--- Call the mv command. For more defails see mv(1). -- @param src string: source name -- @param dst string: destination name -- @return bool @@ -2066,7 +2066,7 @@ function e2lib.mv(src, dst) return e2lib.call_tool_argv("mv", { src, dst }) end ---- Call the cp command. +--- Call the cp command. For more details, see cp(1) -- @param src string: source name -- @param dst string: destination name -- @param recursive True enables recursive copying. The default is false. -- 2.39.5