mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] cp: fix help text
@ 2010-08-10 12:06 Baruch Siach
  2010-08-11 13:00 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2010-08-10 12:06 UTC (permalink / raw)
  To: barebox

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

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 commands/cp.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/commands/cp.c b/commands/cp.c
index a0c7c84..2c35ba1 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)
-- 
1.7.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-11 13:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-10 12:06 [PATCH] cp: fix help text Baruch Siach
2010-08-11 13:00 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox