9
0
Fork 0

cp: fix help text

Copy to target directory is supported since commit b36fca0c, circa 2007.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Baruch Siach 2010-08-10 15:06:51 +03:00 committed by Sascha Hauer
parent 5458c91697
commit 18d85da2f6
1 changed files with 0 additions and 2 deletions

View File

@ -80,8 +80,6 @@ out:
static const __maybe_unused char cmd_cp_help[] =
"Usage: cp <source> <destination>\n"
"cp copies file <source> to <destination>.\n"
"Currently only this form is supported and you have to specify the exact target\n"
"filename (not a target directory).\n"
"This command is file based only. See memcpy for memory copy\n";
BAREBOX_CMD_START(cp)