summaryrefslogtreecommitdiffstats
path: root/commands/cp.c
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2010-08-10 15:06:51 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2010-08-11 14:57:15 +0200
commit18d85da2f61275bd44929fbedd7e952f6ab51028 (patch)
treec08efc311cad47807f827ce398b5448505a62600 /commands/cp.c
parent5458c916979ff27e32595b2fa12bc9af5d9f5bdd (diff)
downloadbarebox-18d85da2f61275bd44929fbedd7e952f6ab51028.tar.gz
barebox-18d85da2f61275bd44929fbedd7e952f6ab51028.tar.xz
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>
Diffstat (limited to 'commands/cp.c')
-rw-r--r--commands/cp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/cp.c b/commands/cp.c
index a0c7c84d48..2c35ba131c 100644
--- a/commands/cp.c
+++ b/commands/cp.c
@@ -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)